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

Unified Diff: content/renderer/render_view_impl.h

Issue 2596193002: Clean up names and remove unnecessary parameter (Closed)
Patch Set: rebase 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_browsertest.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 7cdb321b1fa4d048b90df9de85bf90603e333999..3e062e1a69c3cc13ad5c15147adb36e5178008ed 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 showImeIfNeeded() override;
+ void showVirtualKeyboard() override;
void showUnhandledTapUIIfNeeded(const blink::WebPoint& tappedPosition,
const blink::WebNode& tappedNode,
bool pageChanged) override;
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698