| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index 381931493de834ae399532f1d40aa97a754af178..b1ff4090a87554db8ff71116b4d81d071c4dfc01 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -63,6 +63,8 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
|
| const WebFloatSize& elasticOverscrollDelta,
|
| float scaleFactor,
|
| float browserControlsShownRatioDelta) override;
|
| + void RecordWheelAndTouchScrollingCount(bool hasScrolledByWheel,
|
| + bool hasScrolledByTouch) override;
|
| void mouseCaptureLost() override;
|
| void setFocus(bool) override;
|
| WebRange compositionRange() override;
|
|
|