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

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

Issue 2664253002: Revert "Blink handle selection handle visibility" (Closed)
Patch Set: 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 895f76d952bb8e2770e823f1ed9da27129cb872c..150c00d530315617a3e5e541d91ac251e1a8a1f0 100644
--- a/third_party/WebKit/Source/core/editing/SelectionControllerTest.cpp
+++ b/third_party/WebKit/Source/core/editing/SelectionControllerTest.cpp
@@ -36,8 +36,7 @@ void SelectionControllerTest::setNonDirectionalSelectionIfNeeded(
.eventHandler()
.selectionController()
.setNonDirectionalSelectionIfNeeded(
- newSelection, granularity, SelectionController::DoNotAdjustEndpoints,
- HandleVisibility::NotVisible);
+ newSelection, granularity, SelectionController::DoNotAdjustEndpoints);
}
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