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

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

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing clear handles Created 4 years, 2 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/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"

Powered by Google App Engine
This is Rietveld 408576698