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 a6d22adfa96df0570ba42b5392eec2d805837528..22d17ef3975d952ac969a5e786d53c9f86c99156 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h |
@@ -112,10 +112,11 @@ public: |
void enumerateChosenDirectory(FileChooser*) override; |
void setCursor(const Cursor&, LocalFrame* localRoot) override; |
Cursor lastSetCursorForTesting() const override; |
+ void setHasTouchEventListeners(bool) override; |
void setEventListenerProperties(WebEventListenerClass, WebEventListenerProperties) override; |
WebEventListenerProperties eventListenerProperties(WebEventListenerClass) const override; |
- void setHaveScrollEventHandlers(bool hasEventHandlers) override; |
- bool haveScrollEventHandlers() const override; |
+ void setHasScrollEventHandlers(bool hasEventHandlers) override; |
+ bool hasScrollEventHandlers() const override; |
void setTouchAction(TouchAction) override; |
// Pass 0 as the GraphicsLayer to detatch the root layer. |