Bug 205213

Summary: Avoid drawing native images in the web process when using GPU process for rendering
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Wenson Hsieh
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.