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

Unified Diff: content/renderer/render_view_impl.h

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/input/render_widget_input_handler.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 491a00be70e05303cf7c74ae3dfcc3aec5542274..48b209216b00c45f8fc480e3daf4bdbc437e096e 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -283,7 +283,7 @@ class CONTENT_EXPORT RenderViewImpl
void setToolTipText(const blink::WebString&,
blink::WebTextDirection hint) override;
void setTouchAction(blink::WebTouchAction touchAction) override;
- void showVirtualKeyboard() override;
+ void showVirtualKeyboardOnElementFocus() override;
void showUnhandledTapUIIfNeeded(const blink::WebPoint& tappedPosition,
const blink::WebNode& tappedNode,
bool pageChanged) override;
« no previous file with comments | « content/renderer/input/render_widget_input_handler.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698