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

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

Issue 2709813007: Remove WebViewClient::showVirtualKeyboardOnElementFocus() (Closed)
Patch Set: Addressing dcheng@'s comments Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 aa6b343b425191d748bc45d3cfe29d7f738cbd5f..41195fd3efaac32f15a34e1917ee28b8391b2f64 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -274,7 +274,6 @@ class WebViewClient : protected WebWidgetClient {
WebLayerTreeView* initializeLayerTreeView() override { return nullptr; }
WebScreenInfo screenInfo() override { return WebScreenInfo(); }
void setTouchAction(WebTouchAction touchAction) override {}
- void showVirtualKeyboardOnElementFocus() override {}
void showUnhandledTapUIIfNeeded(const WebPoint& tappedPosition,
const WebNode& tappedNode,
bool pageChanged) override {}
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698