Bug 43634
| Summary: | Should get rid of GraphicsLayer::setContentsToMediaLayer | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Marrin <cmarrin> |
| Component: | Layout and Rendering | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |