RESOLVED FIXED 46768
Paint the plug-in backing store into the WebProcess backing store
https://bugs.webkit.org/show_bug.cgi?id=46768
Summary Paint the plug-in backing store into the WebProcess backing store
Anders Carlsson
Reported 2010-09-28 17:05:00 PDT
Paint the plug-in backing store into the WebProcess backing store
Attachments
Patch (15.94 KB, patch)
2010-09-28 17:07 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2010-09-28 17:07:19 PDT
Sam Weinig
Comment 2 2010-09-28 17:11:52 PDT
Comment on attachment 69138 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=69138&action=review > WebKit2/WebKit2Prefix.h:47 > // FIXME: Enable once this works well enough. > -#define ENABLE_PLUGIN_PROCESS 0 > +#define ENABLE_PLUGIN_PROCESS 1 Was this intentional? > WebKit2/WebProcess/Plugins/PluginProxy.cpp:115 > + CGContextRef platformContext = graphicsContext->platformContext(); > + CGContextSaveGState(platformContext); This should be removed. You never even restore the GState.
Anders Carlsson
Comment 3 2010-09-28 17:14:14 PDT
Note You need to log in before you can comment on or make changes to this bug.