Bug 80745 - [chromium] Threaded animated layer textures are evicted too soon
Summary: [chromium] Threaded animated layer textures are evicted too soon
Status: RESOLVED DUPLICATE of bug 81106
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Eric Penner
URL:
Keywords:
: 81390 (view as bug list)
Depends on:
Blocks: 79536
  Show dependency treegraph
 
Reported: 2012-03-09 18:55 PST by Eric Penner
Modified: 2012-03-19 12:32 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Penner 2012-03-09 18:55:17 PST
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
Comment 1 Dana Jansens 2012-03-16 17:05:54 PDT
*** Bug 81390 has been marked as a duplicate of this bug. ***
Comment 2 vollick 2012-03-19 12:32:53 PDT
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 ***