Index: third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp |
diff --git a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp |
index 891f0d46ba890dd4a8b5d8c54ad405643bde8ef5..0c8bd0d6585b5ce78a1efb2652aed86b66ae0503 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp |
+++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp |
@@ -304,7 +304,8 @@ void SelectionControllerTest::setNonDirectionalSelectionIfNeeded( |
.eventHandler() |
.selectionController() |
.setNonDirectionalSelectionIfNeeded( |
- newSelection, granularity, SelectionController::DoNotAdjustEndpoints); |
+ newSelection, granularity, SelectionController::DoNotAdjustEndpoints, |
+ HandleVisibility::NotVisible); |
} |
// TODO(yosin): We should move this test to "SelectionControllerTest.cpp" |