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

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

Issue 1895303007: Non passive touch end or touch cancel listeners should not block scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 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: 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 a6d22adfa96df0570ba42b5392eec2d805837528..639b9fd8fc287fc8d1f91180d619d35a7d6a288b 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -114,8 +114,8 @@ public:
Cursor lastSetCursorForTesting() const override;
void setEventListenerProperties(WebEventListenerClass, WebEventListenerProperties) override;
WebEventListenerProperties eventListenerProperties(WebEventListenerClass) const override;
- void setHaveScrollEventHandlers(bool hasEventHandlers) override;
- bool haveScrollEventHandlers() const override;
+ void setHasScrollEventHandlers(bool hasEventHandlers) override;
+ bool hasScrollEventHandlers() const override;
void setTouchAction(TouchAction) override;
// Pass 0 as the GraphicsLayer to detatch the root layer.
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.idl ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698