Bug 80745
Summary: | [chromium] Threaded animated layer textures are evicted too soon | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Penner <epenner> |
Component: | CSS | Assignee: | Eric Penner <epenner> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | danakj, enne, jamesr, nduca, vollick |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 79536 |
Eric Penner
On mobile gmail, during slide-in/slide-out animations, the background color flickers for the layer that is sliding out.
To see it more clearly. Set a solid color for the background quads for missing tiles in CCTiledLayerImpl.
It looks like TiledLayerChromium thinks the layer is no longer visible, before it has fully animated out. It also helps to reduce the memory limits in TextureManager
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dana Jansens
*** Bug 81390 has been marked as a duplicate of this bug. ***
vollick
Once we've got animated values on the main thread, we won't jump the the final state and flash any longer. This should be handled with 81106.
*** This bug has been marked as a duplicate of bug 81106 ***