Index: third_party/WebKit/public/web/WebViewClient.h |
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h |
index 55b1cb70555e8ece808ddec7704294c2b217a51a..fd4ab98b4566e096a75517fabcf2b48fd29fbc85 100644 |
--- a/third_party/WebKit/public/web/WebViewClient.h |
+++ b/third_party/WebKit/public/web/WebViewClient.h |
@@ -272,6 +272,7 @@ class WebViewClient : protected WebWidgetClient { |
const WebFloatSize& velocityInViewport) override {} |
void hasTouchEventHandlers(bool) override {} |
WebLayerTreeView* initializeLayerTreeView() override { return nullptr; } |
+ void handlePotentialTextSuggestionTap() override {} |
dcheng
2017/02/18 00:04:37
Is this work supposed to be associated only with t
|
void resetInputMethod() override {} |
WebScreenInfo screenInfo() override { return WebScreenInfo(); } |
void setTouchAction(WebTouchAction touchAction) override {} |