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

Unified Diff: content/renderer/render_widget.h

Issue 2522353002: Remove the CHECK in RenderWidget::GetInputMethodController (Closed)
Patch Set: Removing the override from WebFrameWidget Created 4 years, 1 month 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 | « no previous file | content/renderer/render_widget.cc » ('j') | third_party/WebKit/public/web/WebWidget.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 91b41273e306484fd1835db0bac99ce16b45054f..2011af2d429db86344807ae40b303f285b37df02 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -165,11 +165,6 @@ class CONTENT_EXPORT RenderWidget
CompositorDependencies* compositor_deps() const { return compositor_deps_; }
virtual blink::WebWidget* GetWebWidget() const;
- // Returns the current instance of WebInputMethodController which is to be
- // used for IME related tasks. This instance corresponds to the one from
- // focused frame and can be nullptr.
- blink::WebInputMethodController* GetInputMethodController() const;
-
const gfx::Size& size() const { return size_; }
bool is_fullscreen_granted() const { return is_fullscreen_granted_; }
blink::WebDisplayMode display_mode() const { return display_mode_; }
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | third_party/WebKit/public/web/WebWidget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698