Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
index 787279c1e517ddb10de66395b383c25ff1a84e13..24f17a566b162376a473503f3114f0801b4bd991 100644 |
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -49,7 +49,6 @@ |
class PaintLayer; |
class Region; |
class ScrollableArea; |
-class WebLayer; |
class WebLayerTreeView; |
class WebScrollbarLayer; |
@@ -106,8 +105,7 @@ |
ScrollbarOrientation, |
int thumbThickness, |
int trackStart, |
- bool isLeftSideVerticalScrollbar, |
- WebLayer* scrollLayer); |
+ bool isLeftSideVerticalScrollbar); |
void willDestroyScrollableArea(ScrollableArea*); |
// Returns true if the coordinator handled this change. |