Bug 46768

Summary: Paint the plug-in backing store into the WebProcess backing store
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

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.