Bug 43634 - Should get rid of GraphicsLayer::setContentsToMediaLayer
Summary: Should get rid of GraphicsLayer::setContentsToMediaLayer
Status: NEW
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: Chris Marrin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-06 11:58 PDT by Chris Marrin
Modified: 2010-08-06 13:40 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 Chris Marrin 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.