Bug 48950 - Out of process plug-ins don't support the CA drawing model
Summary: Out of process plug-ins don't support the CA drawing model
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-11-03 13:47 PDT by Anders Carlsson
Modified: 2010-11-03 14:45 PDT (History)
0 users

See Also:


Attachments
Patch (25.10 KB, patch)
2010-11-03 14:15 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (25.99 KB, patch)
2010-11-03 14:17 PDT, Anders Carlsson
simon.fraser: review+
Details | Formatted Diff | Diff

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