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

Unified Diff: content/renderer/render_view_impl.cc

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 | « content/renderer/render_view_impl.h ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 85683eab11ea0e58cc42311f619792a8d615ebf3..c76d3d7194a3d6eab63aedb75758955bdd6fe7ca 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1898,10 +1898,6 @@ void RenderViewImpl::setTouchAction(blink::WebTouchAction touchAction) {
RenderWidget::setTouchAction(touchAction);
}
-void RenderViewImpl::showVirtualKeyboardOnElementFocus() {
- RenderWidget::showVirtualKeyboardOnElementFocus();
-}
-
void RenderViewImpl::showUnhandledTapUIIfNeeded(
const blink::WebPoint& tappedPosition,
const blink::WebNode& tappedNode,
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698