| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 7c08ae8fc1ce60db19e1aee28a4af186dd893a39..a4deb53ec103dd35c0889ee8ea5c29e408155a06 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -114,6 +114,8 @@ public:
|
| void needTouchEvents(bool needTouchEvents) override;
|
| void setHaveWheelEventHandlers(bool hasEventHandlers) override;
|
| bool haveWheelEventHandlers() const override;
|
| + void setHaveScrollEventHandlers(bool hasEventHandlers) override;
|
| + bool haveScrollEventHandlers() const override;
|
| void setTouchAction(TouchAction) override;
|
|
|
| GraphicsLayerFactory* graphicsLayerFactory() const override;
|
|
|