Bug 48950

Summary: Out of process plug-ins don't support the CA drawing model
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch simon.fraser: review+

Description Anders Carlsson 2010-11-03 13:47:20 PDT
Out of process plug-ins don't support the CA drawing model
Comment 1 Anders Carlsson 2010-11-03 13:47:44 PDT
<rdar://problem/8626019>
Comment 2 Anders Carlsson 2010-11-03 14:15:45 PDT
Created attachment 72870 [details]
Patch
Comment 3 Anders Carlsson 2010-11-03 14:17:19 PDT
Created attachment 72871 [details]
Patch
Comment 4 Simon Fraser (smfr) 2010-11-03 14:42:00 PDT
Comment on attachment 72871 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=72871&action=review

> WebKit2/PluginProcess/mac/PluginControllerProxyMac.mm:40
> +    CALayer* platformLayer = m_plugin->pluginLayer();

Pedants would say that the * should go on the right.
Comment 5 Anders Carlsson 2010-11-03 14:45:18 PDT
Committed r71270: <http://trac.webkit.org/changeset/71270>