Bug 34036 - Unify the way that WebGL, plug-in and video compositing layers are hooked up
Summary: Unify the way that WebGL, plug-in and video compositing layers are hooked up
Status: RESOLVED DUPLICATE of bug 40643
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-22 22:01 PST by Simon Fraser (smfr)
Modified: 2010-06-23 11:27 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-01-22 22:01:58 PST
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.
Comment 1 Simon Fraser (smfr) 2010-06-23 11:27:27 PDT

*** This bug has been marked as a duplicate of bug 40643 ***