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

Unified Diff: content/renderer/render_view_impl.cc

Issue 2709813007: Remove WebViewClient::showVirtualKeyboardOnElementFocus() (Closed)
Patch Set: Fixing the layout tests (verifying frameWidget != nullptr) Created 3 years, 10 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: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 65b2fdc53609d0d663e60780b1b5f3c3eb536451..8ee8a1146b8212ac3a5cd7d0eb3db3123abd91d4 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1896,10 +1896,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,

Powered by Google App Engine
This is Rietveld 408576698