Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: third_party/WebKit/Source/core/editing/SelectionControllerTest.cpp

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed incorrect rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « third_party/WebKit/Source/core/editing/SelectionController.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698