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

Unified Diff: components/test_runner/text_input_controller.h

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Moved ConfirmCompositionBehavior to WebInputMethodController Created 4 years, 3 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: 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..e566dcdb5400cedfd487e68d6bd27fb3fd110fc0 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;
}
@@ -45,6 +46,8 @@ class TextInputController {
void SetComposition(const std::string& text);
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') | components/test_runner/web_widget_test_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698