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

Unified Diff: content/renderer/render_view_impl.cc

Issue 2654703002: Rename showVirtualKeyboard() to showVirtualKeyboardOnElementFocus(). (Closed)
Patch Set: Fixing Android-specific compile error in render_widget_input_handler.cc 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
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/renderer/render_widget.h » ('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 597f38f48b7177100429197dde7ff25061793c0f..7c914774358ef156d1c3693d72fcc43d676533f3 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1904,8 +1904,8 @@ void RenderViewImpl::setTouchAction(blink::WebTouchAction touchAction) {
RenderWidget::setTouchAction(touchAction);
}
-void RenderViewImpl::showVirtualKeyboard() {
- RenderWidget::showVirtualKeyboard();
+void RenderViewImpl::showVirtualKeyboardOnElementFocus() {
+ RenderWidget::showVirtualKeyboardOnElementFocus();
}
void RenderViewImpl::showUnhandledTapUIIfNeeded(
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698