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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.h

Issue 2892393002: Move WebInputMethodControllerImpl to core/exported/ & break dependencies. (Closed)
Patch Set: Rebase. Created 3 years, 7 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
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 93410d77b56512fd7455bba9b27c6d56a2a8db38..3df2833ba1d1611626db9e91b5a0943796c0a6bf 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -10,7 +10,6 @@
#include "platform/heap/Handle.h"
#include "platform/wtf/Noncopyable.h"
#include "platform/wtf/RefPtr.h"
-#include "web/WebInputMethodControllerImpl.h"
namespace blink {
@@ -92,8 +91,7 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
void ClearBaseBackgroundColorOverride() override;
void SetBaseBackgroundColor(WebColor) override;
WebLocalFrameBase* LocalRoot() const override;
- WebInputMethodControllerImpl* GetActiveWebInputMethodController()
- const override;
+ WebInputMethodController* GetActiveWebInputMethodController() const override;
// WebFrameWidgetBase overrides:
bool ForSubframe() const override { return false; }
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698