Descriptioncc: Resize picture layer tiling set during commit
Previously, we would only set the tiling set bounds post-calcDraw, which
means that invalidations that came in during the commit would get dropped
because they were outside the content bounds of each tiling. Fix this by
explicitly updating bounds during the commit prior to invalidation.
This fixes offscreen garbage caused by layer resizing when viewing a
directory with impl-side painting.
The didUpdateBounds function is in line with the direction of the patch
here: https://codereview.chromium.org/11503005/ and can just be made
virtual in the future.
R=nduca@chromium.org
BUG=165246
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172372
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|