| Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| index 772090bebbe343a9155d4e2507f00c5a27d23a70..48923b6e9dcfa598bb2ab07218dedb314a0989ab 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| @@ -1282,7 +1282,7 @@ TEST_P(WebViewTest, FinishCompositionDoesNotRevealSelection) {
|
| Vector<CompositionUnderline> emptyUnderlines;
|
| WebLocalFrameImpl* frame = webView->mainFrameImpl();
|
| frame->frame()->inputMethodController().setCompositionFromExistingText(
|
| - emptyUnderlines, 3, 3);
|
| + emptyUnderlines, 0, 3);
|
|
|
| // Scroll the input field out of the viewport.
|
| Element* element = static_cast<Element*>(
|
|
|