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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 16507017: Initial touch-action main thread implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Don't add delay param to public API just yet Created 7 years, 1 month 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 64f92b484be2d08c5c7475898883f3bf564e7eaa..29f383dc6f806eeff702c3b721427ca05a7fb460 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -137,6 +137,7 @@ public:
virtual void setCursor(const WebCore::Cursor&);
virtual void formStateDidChange(const WebCore::Node*);
virtual void needTouchEvents(bool needTouchEvents) OVERRIDE;
+ virtual void setTouchAction(int touchId, WebCore::TouchAction touchActions) OVERRIDE;
virtual WebCore::GraphicsLayerFactory* graphicsLayerFactory() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698