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

Unified Diff: third_party/WebKit/public/platform/WebLayer.h

Issue 1639363002: Move have_wheel_event_handlers to WebLayerTreeView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove blank line 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/public/platform/WebLayer.h
diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
index e536ce912b1537ee9791a1a86a6526d3471e0e8a..fd5bb6ef0dfc52776ab706a9f9f5c58a1e5c67ee 100644
--- a/third_party/WebKit/public/platform/WebLayer.h
+++ b/third_party/WebKit/public/platform/WebLayer.h
@@ -197,9 +197,6 @@ public:
virtual bool userScrollableHorizontal() const = 0;
virtual bool userScrollableVertical() const = 0;
- virtual void setHaveWheelEventHandlers(bool) = 0;
- virtual bool haveWheelEventHandlers() const = 0;
-
virtual void setHaveScrollEventHandlers(bool) = 0;
virtual bool haveScrollEventHandlers() const = 0;

Powered by Google App Engine
This is Rietveld 408576698