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

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: Merge with trunk (no changes) Created 7 years 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 484501fdcf106c72bbd62dfa2214b7aff6b549a6..f085b36bda67afba416b8435e003d95c2f80e14c 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -139,6 +139,7 @@ public:
virtual void setCursor(const WebCore::Cursor&);
virtual void formStateDidChange(const WebCore::Node*);
virtual void needTouchEvents(bool needTouchEvents) OVERRIDE;
+ virtual void setTouchAction(WebCore::TouchAction) OVERRIDE;
virtual WebCore::GraphicsLayerFactory* graphicsLayerFactory() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698