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

Unified Diff: components/test_runner/text_input_controller.h

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Rebased 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
« no previous file with comments | « no previous file | components/test_runner/text_input_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/text_input_controller.h
diff --git a/components/test_runner/text_input_controller.h b/components/test_runner/text_input_controller.h
index d7d29586b2effcc2b88bc66a09de5b67d4bb16b1..d9eec8a7a859b00404945b5dc042e2a43ae326bc 100644
--- a/components/test_runner/text_input_controller.h
+++ b/components/test_runner/text_input_controller.h
@@ -12,6 +12,7 @@
#include "base/memory/weak_ptr.h"
namespace blink {
+class WebInputMethodController;
class WebLocalFrame;
class WebView;
}
@@ -43,8 +44,11 @@ class TextInputController {
std::vector<int> FirstRectForCharacterRange(unsigned location,
unsigned length);
void SetComposition(const std::string& text);
+ void ForceTextInputStateUpdate();
blink::WebView* view();
+ blink::WebInputMethodController* inputMethodController();
+
WebViewTestProxyBase* web_view_test_proxy_base_;
base::WeakPtrFactory<TextInputController> weak_factory_;
« no previous file with comments | « no previous file | components/test_runner/text_input_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698