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