Index: Source/core/page/scrolling/ScrollingCoordinator.h |
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h |
index 58c0e9e55a45df1e4bd38d1d22063756be59fdeb..863a2ee91b7f6dae3444ea9c2e719f6ded3a35bb 100644 |
--- a/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -94,7 +94,7 @@ public: |
void willDestroyScrollableArea(ScrollableArea*); |
// Returns true if the coordinator handled this change. |
- bool scrollableAreaScrollLayerDidChange(ScrollableArea*); |
+ bool scrollableAreaScrollLayerDidChange(ScrollableArea*, bool = false); |
void scrollableAreaScrollbarLayerDidChange(ScrollableArea*, ScrollbarOrientation); |
void setLayerIsContainerForFixedPositionLayers(GraphicsLayer*, bool); |
void updateLayerPositionConstraint(RenderLayer*); |