Index: third_party/WebKit/Source/core/page/DragController.h |
diff --git a/third_party/WebKit/Source/core/page/DragController.h b/third_party/WebKit/Source/core/page/DragController.h |
index 4379f450adbddc5da38015d32237040b99655178..6c703375d5155474a3a216252872a8be9b4eec58 100644 |
--- a/third_party/WebKit/Source/core/page/DragController.h |
+++ b/third_party/WebKit/Source/core/page/DragController.h |
@@ -27,6 +27,7 @@ |
#define DragController_h |
#include "core/CoreExport.h" |
+#include "core/events/EventTarget.h" |
#include "core/page/DragActions.h" |
#include "platform/geometry/IntPoint.h" |
#include "platform/heap/Handle.h" |
@@ -80,7 +81,7 @@ public: |
private: |
DragController(Page*, DragClient*); |
- bool dispatchTextInputEventFor(LocalFrame*, DragData*); |
+ DispatchEventResult dispatchTextInputEventFor(LocalFrame*, DragData*); |
bool canProcessDrag(DragData*); |
bool concludeEditDrag(DragData*); |
DragSession dragEnteredOrUpdated(DragData*); |