Bug 205213 - Avoid drawing native images in the web process when using GPU process for rendering
Summary: Avoid drawing native images in the web process when using GPU process for ren...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-13 11:54 PST by Wenson Hsieh
Modified: 2019-12-13 11:54 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2019-12-13 11:54:38 PST
GraphicsContext::drawNativeImage currently uses CoreGraphics in the web process; this is invoked from many call sites, including BitmapImage::draw and various places in media code that attempt to paint individual frames of a video.