Chromium Code Reviews| 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() {} |