Index: Source/core/rendering/RenderLayerScrollableArea.h |
diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h |
index 36192c7e948be7fe19a0d6a4516d5fcff3ff8446..8e2a1914175d7b3fc393ecf1377639266c789276 100644 |
--- a/Source/core/rendering/RenderLayerScrollableArea.h |
+++ b/Source/core/rendering/RenderLayerScrollableArea.h |
@@ -153,9 +153,6 @@ public: |
void paintOverflowControls(GraphicsContext*, const IntPoint& paintOffset, const IntRect& damageRect, bool paintingOverlayControls); |
void paintScrollCorner(GraphicsContext*, const IntPoint&, const IntRect& damageRect); |
- // If IntSize is not given, then we must incur additional overhead to instantiate a RenderGeometryMap |
- // and compute the correct offset ourselves. |
- void positionOverflowControls(); |
void positionOverflowControls(const IntSize& offsetFromRoot); |
// isPointInResizeControl() is used for testing if a pointer/touch position is in the resize control |