| Index: Source/core/layout/LayerScrollableArea.h
|
| diff --git a/Source/core/layout/LayerScrollableArea.h b/Source/core/layout/LayerScrollableArea.h
|
| index 9968f472f74f2bdef9a512d488408fff6ddbcb61..fb9b33019f2bbac4a2b7330bb3383263d519620f 100644
|
| --- a/Source/core/layout/LayerScrollableArea.h
|
| +++ b/Source/core/layout/LayerScrollableArea.h
|
| @@ -172,7 +172,7 @@ public:
|
|
|
| DoubleSize adjustedScrollOffset() const { return DoubleSize(scrollXOffset(), scrollYOffset()); }
|
|
|
| - void positionOverflowControls(const IntSize& offsetFromRoot);
|
| + void positionOverflowControls();
|
|
|
| // isPointInResizeControl() is used for testing if a pointer/touch position is in the resize control
|
| // area.
|
|
|