| Index: Source/core/rendering/RenderLayerScrollableArea.h
|
| diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h
|
| index c14b304a360f7581b78e40196e765d9e37857860..eaef317ba90b25a21170b8f548030d3a16d8dbcf 100644
|
| --- a/Source/core/rendering/RenderLayerScrollableArea.h
|
| +++ b/Source/core/rendering/RenderLayerScrollableArea.h
|
| @@ -149,6 +149,7 @@ public:
|
| // and compute the correct offset ourselves.
|
| void positionOverflowControls();
|
| void positionOverflowControls(const IntSize& offsetFromRoot);
|
| + void positionNewlyCreatedOverflowControls();
|
|
|
| // isPointInResizeControl() is used for testing if a pointer/touch position is in the resize control
|
| // area.
|
|
|