DescriptionSwitch DPLStackingNode to use LayoutBoxModelObject
DeprecatedPaintLayerStackingNode was using DeprecatedPaintLayer
internally. DeprecatedPaintLayer is the wrong abstraction to
build our concept of stacking context on top of so this change
switches DPLStackingNode to use LayoutBoxModelObject instead.
This means that we will potentially walk the tree more (as we
don't use the sparse-ish DeprecatedPaintLayer tree) but it
brings DPLStackingNode closer to the concept of a "stacking
context".
BUG=504125
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197785
Patch Set 1 #
Total comments: 4
Patch Set 2 : Removed extra 'make' #
Messages
Total messages: 9 (4 generated)
|