Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1047)

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 1646603004: Move scroll event handlers from layer to layer tree view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_cc_listeners
Patch Set: Rebase Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698