Index: Source/core/rendering/compositing/CompositedLayerMapping.h |
diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h |
index b9314edce256ceca53d2c50069559c84e008ada1..07b3d4df573e61a542a68fb0345c1d06284a251d 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(); } |