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

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

Issue 1884863003: Non passive touch end or touch cancel listeners should not block scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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..3e685079b916d38d8231d1c74e7155a8e4f51e7e 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -112,6 +112,7 @@ public:
void enumerateChosenDirectory(FileChooser*) override;
void setCursor(const Cursor&, LocalFrame* localRoot) override;
Cursor lastSetCursorForTesting() const override;
+ void setHaveTouchEventListeners(bool) override;
tdresser 2016/04/13 16:52:35 setHas
dtapuska 2016/04/13 18:00:15 Done.
void setEventListenerProperties(WebEventListenerClass, WebEventListenerProperties) override;
WebEventListenerProperties eventListenerProperties(WebEventListenerClass) const override;
void setHaveScrollEventHandlers(bool hasEventHandlers) override;

Powered by Google App Engine
This is Rietveld 408576698