| Index: Source/core/editing/SelectionController.h
|
| diff --git a/Source/core/editing/SelectionController.h b/Source/core/editing/SelectionController.h
|
| index d3a246472e877ab91791af437a182032c12d3ee4..cc2873375de4e056218155ac3be7a41080e7e8a3 100644
|
| --- a/Source/core/editing/SelectionController.h
|
| +++ b/Source/core/editing/SelectionController.h
|
| @@ -29,6 +29,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/editing/TextGranularity.h"
|
| +#include "core/editing/VisibleSelection.h"
|
| #include "core/page/EventWithHitTestResults.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| @@ -37,7 +38,6 @@ namespace blink {
|
| class FrameSelection;
|
| class HitTestResult;
|
| class LocalFrame;
|
| -class VisibleSelection;
|
|
|
| class SelectionController final : public NoBaseWillBeGarbageCollected<SelectionController> {
|
| WTF_MAKE_NONCOPYABLE(SelectionController);
|
|
|