| Index: Source/core/layout/compositing/CompositedLayerMapping.h
|
| diff --git a/Source/core/layout/compositing/CompositedLayerMapping.h b/Source/core/layout/compositing/CompositedLayerMapping.h
|
| index 64bd7c6c7a8fadf0f193bd81da4ca19da9c071ef..3d7394dd314f13628f0299ebde73dc47925e1556 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.
|
|
|