| Index: sky/engine/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/sky/engine/core/page/scrolling/ScrollingCoordinator.h b/sky/engine/core/page/scrolling/ScrollingCoordinator.h
|
| index 2c5f2edaa39abcc23884c4c214e0432516c6bfdf..23b63400309de3d2bd7b09079a7a07af896de8be 100644
|
| --- a/sky/engine/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/sky/engine/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -54,11 +54,6 @@ public:
|
|
|
| void willBeDestroyed();
|
|
|
| -#if OS(MACOSX)
|
| - // Dispatched by the scrolling tree during handleWheelEvent. This is required as long as scrollbars are painted on the main thread.
|
| - void handleWheelEventPhase(PlatformWheelEventPhase);
|
| -#endif
|
| -
|
| PassOwnPtr<blink::WebScrollbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar);
|
|
|
| void willDestroyScrollableArea(ScrollableArea*);
|
|
|