Bug 43634

Summary: Should get rid of GraphicsLayer::setContentsToMediaLayer
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: NEW    
Severity: Normal CC: jamesr, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Chris Marrin
Reported 2010-08-06 11:58:39 PDT
In https://bugs.webkit.org/show_bug.cgi?id=43589 we are changing GraphicsLayer::setContentsToWebGL to GraphicsLayer::setContentsToPlatformLayer. We can use this same interface in place of GraphicsLayer::setContentsToMediaLayer. The only difference between the two is that for media layer we don't call setNeedsDisplay when setting the layer. We can probably make doing do safe for media layer.
Attachments
Note You need to log in before you can comment on or make changes to this bug.