NEW43634
Should get rid of GraphicsLayer::setContentsToMediaLayer
https://bugs.webkit.org/show_bug.cgi?id=43634
Summary Should get rid of GraphicsLayer::setContentsToMediaLayer
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.