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

Unified Diff: public/platform/WebLayer.h

Issue 234913005: Refactor wheel event handler registration in ScrollingCoordinator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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: public/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index 5026e0d80cfcf712d983c14ad6c6b03661d4d2b7..442b7a31ef8ad8cce1bf1312b789d8eb96e0fd76 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -183,6 +183,9 @@ public:
virtual void setHaveWheelEventHandlers(bool) = 0;
virtual bool haveWheelEventHandlers() const = 0;
+ virtual void setHaveScrollEventHandlers(bool) = 0;
+ virtual bool haveScrollEventHandlers() const = 0;
+
virtual void setShouldScrollOnMainThread(bool) = 0;
virtual bool shouldScrollOnMainThread() const = 0;

Powered by Google App Engine
This is Rietveld 408576698