| 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..306f6117b273feb2024aca5e1d567bdf147fb55e 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;
|
|
|