| Index: Source/core/rendering/compositing/CompositedLayerMapping.h
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| index 71f81c77f779d389778dee94287beb3c08638fe7..0897894b9d4621c75a7ca862971aa33f23a837de 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| @@ -109,8 +109,6 @@ public:
|
|
|
| GraphicsLayer* parentForSublayers() const;
|
| GraphicsLayer* childForSuperlayers() const;
|
| - // localRootForOwningLayer does not include the m_squashingContainmentLayer, which is technically not associated with this CLM's owning layer.
|
| - GraphicsLayer* localRootForOwningLayer() const;
|
|
|
| GraphicsLayer* childTransformLayer() const { return m_childTransformLayer.get(); }
|
|
|
|
|