DescriptionFactor GraphicsLayerUpdater out of RenderLayerCompositor
This CL moves some code relating to walking the RenderLayer tree and updating
GraphicsLayers out of RenderLayerCompositor. This code didn't interact with any
of the state in RenderLayerCompositor, so it's easy to untangle.
I've also taken the opportunity to remove a pretty gross hack using static
variables to communicate data across the recursive tree walk. Now we just use
normal member variables in the stack object that manages the tree walk.
This CL shouldn't change any behavior.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168244
Patch Set 1 #
Total comments: 14
Patch Set 2 : Address reviewer comments #
Messages
Total messages: 9 (0 generated)
|