DescriptionStyle changes shouldn't cause RenderLayerCompositor to rebuild its tree
Before this CL, if you changed the style on a RenderLayer that was directly
composited, we would trigger a rebuild of the entire compositing tree as part
of the "chicken-egg hacks." There's no reason for that. Instead, we simply need
to do a geometry update after changing style.
This makes the compositing update in the calculator faster by 7%.
R=ojan@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170515
Patch Set 1 #
Messages
Total messages: 19 (0 generated)
|