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

Unified Diff: third_party/WebKit/Source/core/editing/SelectionController.h

Issue 2732963002: Make SelectionController::setNonDirectionalSelectionIfNeeded() to take SelectionInFlatTree (Closed)
Patch Set: 2017-03-07T13:12:10 Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SelectionController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/SelectionController.h
diff --git a/third_party/WebKit/Source/core/editing/SelectionController.h b/third_party/WebKit/Source/core/editing/SelectionController.h
index 3c300d43b3e8efcc31299420643ac81a947d432f..fc738c64f99222bc493e95ba955fd283c5bf4f55 100644
--- a/third_party/WebKit/Source/core/editing/SelectionController.h
+++ b/third_party/WebKit/Source/core/editing/SelectionController.h
@@ -110,7 +110,7 @@ class CORE_EXPORT SelectionController final
const MouseEventWithHitTestResults&);
void selectClosestWordOrLinkFromMouseEvent(
const MouseEventWithHitTestResults&);
- void setNonDirectionalSelectionIfNeeded(const VisibleSelectionInFlatTree&,
+ void setNonDirectionalSelectionIfNeeded(const SelectionInFlatTree&,
TextGranularity,
EndPointsAdjustmentMode,
HandleVisibility);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SelectionController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698