Index: Source/core/layout/compositing/CompositedLayerMapping.h |
diff --git a/Source/core/layout/compositing/CompositedLayerMapping.h b/Source/core/layout/compositing/CompositedLayerMapping.h |
index 1403a17a72178ec48de487fb6ce68d6147a14255..1415ef93cc90ee2ac3d84c73f4065ac21b85bb2d 100644 |
--- a/Source/core/layout/compositing/CompositedLayerMapping.h |
+++ b/Source/core/layout/compositing/CompositedLayerMapping.h |
@@ -127,7 +127,7 @@ public: |
LayoutRect compositedBounds() const { return m_compositedBounds; } |
IntRect pixelSnappedCompositedBounds() const; |
- void positionOverflowControlsLayers(const IntSize& offsetFromRoot); |
+ void positionOverflowControlsLayers(); |
bool hasUnpositionedOverflowControlsLayers() const; |
// Returns true if the assignment actually changed the assigned squashing layer. |