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

Unified Diff: third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Uploading the latest version from my repo so I can reference it Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/web/CompositionUnderlineBuilder.h ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp
index 7b491d2470cfce95d20c09996b8c149e19400d27..762222239a5dfd22ae40448417bef203e137bd97 100644
--- a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp
+++ b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp
@@ -147,11 +147,11 @@ bool WebInputMethodControllerImpl::commitText(
}
WebTextInputInfo WebInputMethodControllerImpl::textInputInfo() {
- return frame()->inputMethodController().textInputInfo();
+ return inputMethodController().textInputInfo();
}
WebTextInputType WebInputMethodControllerImpl::textInputType() {
- return frame()->inputMethodController().textInputType();
+ return inputMethodController().textInputType();
}
LocalFrame* WebInputMethodControllerImpl::frame() const {
« no previous file with comments | « third_party/WebKit/Source/web/CompositionUnderlineBuilder.h ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698