DescriptionGet rid of compositing and squashing helper methods on RenderLayerModelObject.
Calling them is basically a layering violation, so it should not be encouraged.
Also made one method of RenderObject private that is already used as such,
and updated RenderLayerClipper::clippingRootForPainting to use an already-available method on RenderLayer that is also used by RenderLayer::enclosingCompositingLayerForPaintInvalidation. This method does almost the same thing as RenderLayerClipper::clippingRootForPainting is intended to do; the latter just throws in an if(transform()).
BUG=384520
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177055
Patch Set 1 #Patch Set 2 : Fixed compile. #Patch Set 3 : Rebased. #Patch Set 4 : Fixed compile. #Messages
Total messages: 4 (0 generated)
|