| 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 d9eec8a7a859b00404945b5dc042e2a43ae326bc..785ab1d6198109c4134ec6dc5b8623804c922880 100644
|
| --- a/components/test_runner/text_input_controller.h
|
| +++ b/components/test_runner/text_input_controller.h
|
| @@ -47,7 +47,9 @@ class TextInputController {
|
| void ForceTextInputStateUpdate();
|
|
|
| blink::WebView* view();
|
| - blink::WebInputMethodController* inputMethodController();
|
| + // Returns the WebInputMethodController corresponding to the focused frame
|
| + // accepting IME. Could return nullptr if no such frame exists.
|
| + blink::WebInputMethodController* GetInputMethodController();
|
|
|
| WebViewTestProxyBase* web_view_test_proxy_base_;
|
|
|
|
|