Index: third_party/WebKit/Source/core/editing/SelectionEditor.h |
diff --git a/third_party/WebKit/Source/core/editing/SelectionEditor.h b/third_party/WebKit/Source/core/editing/SelectionEditor.h |
index bf3f70a1de81a1445f39aa70973ad511014bfeb4..74dba37843973300233158e6700471bfb017173b 100644 |
--- a/third_party/WebKit/Source/core/editing/SelectionEditor.h |
+++ b/third_party/WebKit/Source/core/editing/SelectionEditor.h |
@@ -27,6 +27,7 @@ |
#define SelectionEditor_h |
#include "core/editing/FrameSelection.h" |
+#include "core/events/EventTarget.h" |
namespace blink { |
@@ -111,7 +112,7 @@ private: |
void stopObservingVisibleSelectionChangeIfNecessary(); |
LayoutUnit lineDirectionPointForBlockDirectionNavigation(EPositionType); |
- bool dispatchSelectStart(); |
+ EventTarget::DispatchEventResult dispatchSelectStart(); |
RawPtrWillBeMember<FrameSelection> m_frameSelection; |