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

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

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Remove logging statements, fix copyright years in new files Created 3 years, 11 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/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 {}

Powered by Google App Engine
This is Rietveld 408576698