NEW 205213
Avoid drawing native images in the web process when using GPU process for rendering
https://bugs.webkit.org/show_bug.cgi?id=205213
Summary Avoid drawing native images in the web process when using GPU process for ren...
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.