Description[cc] Dont throw away tiles that stop moving
The check being removed here basically says "if you're offscreen, and have no time to visible, then you should go in the never bin."
The problem is that when a layer stops moving, then its offscreen tiles are put in never bin. That means that we lose all those tiles we put effort into painting. This increases the frequency at which one sees blurry tiles after the page goes stationary.
R=ccameron,reveman
BUG=175276
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181974
Patch Set 1 #
Total comments: 1
Patch Set 2 : Just the important part #Patch Set 3 : rebase #Messages
Total messages: 9 (0 generated)
|