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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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: Fix nits Created 4 years, 10 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 a4deb53ec103dd35c0889ee8ea5c29e408155a06..f72432e6a8ff4816c3e40c5b6207c01f63178e9e 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -111,9 +111,8 @@ public:
void enumerateChosenDirectory(FileChooser*) override;
void setCursor(const Cursor&, LocalFrame* localRoot) override;
Cursor lastSetCursorForTesting() const override;
- void needTouchEvents(bool needTouchEvents) override;
- void setHaveWheelEventHandlers(bool hasEventHandlers) override;
- bool haveWheelEventHandlers() const override;
+ void setEventListenerProperties(WebEventListenerClass, WebEventListenerProperties) override;
+ WebEventListenerProperties eventListenerProperties(WebEventListenerClass) const override;
void setHaveScrollEventHandlers(bool hasEventHandlers) override;
bool haveScrollEventHandlers() const override;
void setTouchAction(TouchAction) override;
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698