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); |