| Index: components/test_runner/text_input_controller.cc
|
| diff --git a/components/test_runner/text_input_controller.cc b/components/test_runner/text_input_controller.cc
|
| index 05de1c83a2300f44f67dde98ab9cfe81b2cf260c..8a8a0cb5be24f4343bc202fad0375cc6b7432fcb 100644
|
| --- a/components/test_runner/text_input_controller.cc
|
| +++ b/components/test_runner/text_input_controller.cc
|
| @@ -310,7 +310,7 @@ void TextInputController::SetComposition(const std::string& text) {
|
|
|
| std::vector<blink::WebCompositionUnderline> underlines;
|
| underlines.push_back(blink::WebCompositionUnderline(
|
| - 0, textLength, SK_ColorBLACK, false, SK_ColorTRANSPARENT));
|
| + 0, textLength, SK_ColorBLACK, false, SK_ColorTRANSPARENT, false));
|
| if (auto* controller = GetInputMethodController()) {
|
| controller->setComposition(
|
| newText, blink::WebVector<blink::WebCompositionUnderline>(underlines),
|
|
|