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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.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/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index 688894938800120b7336fa0592a5cb64cb0b96df..e8f07ea998febbf0a7b39ddab9493ccb32e68021 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -116,6 +116,8 @@ class WebFrameWidgetImpl final
void didLosePointerLock() override;
bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
void applyReplacementRange(const WebRange&) override;
+ WebInputMethodControllerImpl* getActiveWebInputMethodController()
+ const override;
// WebFrameWidget implementation.
WebLocalFrameImpl* localRoot() const override { return m_localRoot; }
@@ -123,8 +125,6 @@ class WebFrameWidgetImpl final
bool isTransparent() const override;
void setIsTransparent(bool) override;
void setBaseBackgroundColor(WebColor) override;
- WebInputMethodControllerImpl* getActiveWebInputMethodController()
- const override;
Frame* focusedCoreFrame() const;

Powered by Google App Engine
This is Rietveld 408576698