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

Unified Diff: third_party/WebKit/public/web/WebWidgetClient.h

Issue 2863693003: Unify TouchAction classes (Closed)
Patch Set: Unfortunately doesn't work Created 3 years, 7 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/public/web/WebWidgetClient.h
diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h
index 28e941f779010dffac88bed10d1ee6acfe6e69e6..dbff109a6fe60917a1cd816555987695a3622ca1 100644
--- a/third_party/WebKit/public/web/WebWidgetClient.h
+++ b/third_party/WebKit/public/web/WebWidgetClient.h
@@ -139,7 +139,7 @@ class WebWidgetClient {
// Called during WebWidget::HandleInputEvent for a TouchStart event to inform
// the embedder of the touch actions that are permitted for this touch.
- virtual void SetTouchAction(WebTouchAction touch_action) {}
+ virtual void SetTouchAction(blink::WebTouchAction touch_action) {}
xidachen 2017/05/05 20:32:45 So I tried this, and unfortunately it doesn't work
// Request the browser to show virtual keyboard for current input type.
virtual void ShowVirtualKeyboardOnElementFocus() {}

Powered by Google App Engine
This is Rietveld 408576698