DescriptionShould not repaint if a CSS property change can be composited
This patch fixes a case that when a RenderObject has StyleDiffLayout,
its composited descendants shouldn't repaint if the style changes can be
composited (and don't change the layout of them).
The optimized CSS properties are clip, position, z-index,
opacity, transform, and filter.
BUG=338926
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168760
Patch Set 1 #
Total comments: 6
Patch Set 2 : add clipping test. fix style. #
Total comments: 1
Patch Set 3 : as your wish! (remove table) #
Messages
Total messages: 22 (0 generated)
|