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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h

Issue 1577263004: Communicate whether passive event listeners exist to cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_wheel_passive_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/core/page/scrolling/ScrollingCoordinator.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
index 882605d927cdb2a79c8410524970004213c4463a..4bc846d0839ee009a2847ae36d998d6d2a28926f 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -76,7 +76,8 @@ public:
void updateAfterCompositingChangeIfNeeded();
- void updateHaveWheelEventHandlers();
+ void updateTouchEventListenerProperties();
+ void updateWheelEventListenerProperties();
void updateHaveScrollEventHandlers();
// Should be called whenever a scrollable area is added or removed, or gains/loses a composited layer.

Powered by Google App Engine
This is Rietveld 408576698