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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 1055683003: (NOT FOR REVIEW) Distinguish between touch and touchmove handler presence (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix loading Created 5 years, 3 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: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 45faa38c286e79280d0cee6947ac179cfd8121e0..cbec7f04720fdddaf3507cd7aabd0dbb51a87294 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -112,6 +112,7 @@ public:
void setCursor(const Cursor&) override;
Cursor lastSetCursorForTesting() const override;
void needTouchEvents(bool needTouchEvents) override;
+ void needTouchMoveEvents(bool needTouchMoveEvents) override;
void setTouchAction(TouchAction) override;
GraphicsLayerFactory* graphicsLayerFactory() const override;

Powered by Google App Engine
This is Rietveld 408576698