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..5f81fa864fc68e97d49bf4e264f81c037410f38c 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/EventDispatchResult.h" |
namespace blink { |
@@ -111,7 +112,7 @@ private: |
void stopObservingVisibleSelectionChangeIfNecessary(); |
LayoutUnit lineDirectionPointForBlockDirectionNavigation(EPositionType); |
- bool dispatchSelectStart(); |
+ DispatchEventResult dispatchSelectStart(); |
RawPtrWillBeMember<FrameSelection> m_frameSelection; |