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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.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
Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index a6b72542bdb52a20f7e3d3e087f4ac0e03c17f4a..a6d03dd502960c2e63ebc5af0334641e3e8a6d6c 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -41,6 +41,10 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
WebLocalFrameImpl&);
virtual ~WebViewFrameWidget();
+ // WebWidget overrides:
+ WebInputMethodControllerImpl* getActiveWebInputMethodController()
+ const override;
+
// WebFrameWidget overrides:
void close() override;
WebSize size() override;
@@ -93,8 +97,6 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
void setIsTransparent(bool) override;
void setBaseBackgroundColor(WebColor) override;
WebLocalFrameImpl* localRoot() const override;
- WebInputMethodControllerImpl* getActiveWebInputMethodController()
- const override;
// WebFrameWidgetBase overrides:
bool forSubframe() const override { return false; }

Powered by Google App Engine
This is Rietveld 408576698