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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index b30580322c47a8beb9f77af944169302586e96f5..482c45d7d87c7e26e54fbb4f67ba9b7d8bc3638a 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -155,6 +155,7 @@ public:
void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) 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 { return WebEventListenerProperties::Nothing; }
void setHaveScrollEventHandlers(bool) override {}

Powered by Google App Engine
This is Rietveld 408576698