Index: third_party/WebKit/Source/core/editing/SelectionControllerTest.cpp |
diff --git a/third_party/WebKit/Source/core/editing/SelectionControllerTest.cpp b/third_party/WebKit/Source/core/editing/SelectionControllerTest.cpp |
index 150c00d530315617a3e5e541d91ac251e1a8a1f0..895f76d952bb8e2770e823f1ed9da27129cb872c 100644 |
--- a/third_party/WebKit/Source/core/editing/SelectionControllerTest.cpp |
+++ b/third_party/WebKit/Source/core/editing/SelectionControllerTest.cpp |
@@ -36,7 +36,8 @@ void SelectionControllerTest::setNonDirectionalSelectionIfNeeded( |
.eventHandler() |
.selectionController() |
.setNonDirectionalSelectionIfNeeded( |
- newSelection, granularity, SelectionController::DoNotAdjustEndpoints); |
+ newSelection, granularity, SelectionController::DoNotAdjustEndpoints, |
+ HandleVisibility::NotVisible); |
} |
TEST_F(SelectionControllerTest, setNonDirectionalSelectionIfNeeded) { |