| 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 a7bf3e05cca3c52efbdbc85d93d3751375a180f8..516d703a574e6fe4ef25f7be59a96d8b18d1d2be 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| @@ -31,7 +31,6 @@
|
| #include "core/dom/SynchronousMutationObserver.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/TextGranularity.h"
|
| -#include "core/editing/VisibleSelection.h"
|
| #include "core/page/EventWithHitTestResults.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| @@ -115,7 +114,7 @@ class CORE_EXPORT SelectionController final
|
| void SetCaretAtHitTestResult(const HitTestResult&);
|
| bool UpdateSelectionForMouseDownDispatchingSelectStart(
|
| Node*,
|
| - const VisibleSelectionInFlatTree&,
|
| + const SelectionInFlatTree&,
|
| TextGranularity,
|
| HandleVisibility);
|
|
|
|
|