| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| index a6904b6c42c68573bdf84d914f2ea71016a9b79b..3343245a2be038646098be2a0c41ad8023707ed6 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| @@ -73,7 +73,7 @@ class PLATFORM_EXPORT ScrollableArea {
|
| #endif
|
| WTF_MAKE_NONCOPYABLE(ScrollableArea);
|
| public:
|
| - static int pixelsPerLineStep();
|
| + static int pixelsPerLineStep(HostWindow*);
|
| static float minFractionToStepWhenPaging();
|
| static int maxOverlapBetweenPages();
|
|
|
|
|