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

Unified Diff: content/renderer/render_widget.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_widget.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_widget.cc
diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc
index 5074de41a6f8a13b9651cc3d5a4a8d0f1cb3ceb3..d8af05fabe7496447a774542b1b821a77a2107f3 100644
--- a/content/renderer/render_widget.cc
+++ b/content/renderer/render_widget.cc
@@ -1738,7 +1738,7 @@ void RenderWidget::OnDragSourceSystemDragEnded() {
static_cast<WebFrameWidget*>(GetWebWidget())->dragSourceSystemDragEnded();
}
-void RenderWidget::showVirtualKeyboard() {
+void RenderWidget::showVirtualKeyboardOnElementFocus() {
ShowVirtualKeyboard();
// TODO(rouslan): Fix ChromeOS and Windows 8 behavior of autofill popup with
« no previous file with comments | « content/renderer/render_widget.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