| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index f94b6956b3eff9c0cca24d8d0e9e61df62f8963c..84125df7bd71fc340acfb806624a14f9c8927378 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -149,6 +149,8 @@ class WEB_EXPORT WebViewImpl final
|
| const WebFloatSize& elasticOverscrollDelta,
|
| float pageScaleDelta,
|
| float browserControlsShownRatioDelta) override;
|
| + void recordWheelAndTouchScrollingCount(bool hasScrolledByWheel,
|
| + bool hasScrolledByTouch) override;
|
| void mouseCaptureLost() override;
|
| void setFocus(bool enable) override;
|
| WebRange compositionRange() override;
|
|
|