Bug 34036
Summary: | Unify the way that WebGL, plug-in and video compositing layers are hooked up | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Simon Fraser (smfr) <simon.fraser> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | eric.carlson, noam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Simon Fraser (smfr)
Plugins, WebGL and video all use slightly different techniques to hook up their compositing layers. Plugins and webgl are done in RenderLayerBacking::updateGraphicsLayerConfiguration(), and video is done in MediaPlayerPrivate::acceleratedRenderingStateChanged(). They should all be similar.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
*** This bug has been marked as a duplicate of bug 40643 ***