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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 708bd0b05457fdd00046b95ff49a66272c2833d1..05374d85e7a9dd60faf074c409ff497bce4ddae3 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -32,6 +32,7 @@
#define WebLocalFrameImpl_h
#include "core/editing/VisiblePosition.h"
+#include "core/exported/WebInputMethodControllerImpl.h"
#include "core/frame/ContentSettingsClient.h"
#include "core/frame/LocalFrame.h"
#include "core/frame/WebFrameWidgetBase.h"
@@ -45,7 +46,6 @@
#include "web/LocalFrameClientImpl.h"
#include "web/UserMediaClientImpl.h"
#include "web/WebExport.h"
-#include "web/WebInputMethodControllerImpl.h"
#include <memory>
@@ -312,7 +312,7 @@ class WEB_EXPORT WebLocalFrameImpl final
base::SingleThreadTaskRunner* TimerTaskRunner() override;
base::SingleThreadTaskRunner* LoadingTaskRunner() override;
base::SingleThreadTaskRunner* UnthrottledTaskRunner() override;
- WebInputMethodControllerImpl* GetInputMethodController() override;
+ WebInputMethodController* GetInputMethodController() override;
void ExtractSmartClipData(WebRect rect_in_viewport,
WebString& clip_text,
« no previous file with comments | « third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698