| 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..f1bb2cc91d679ed6848575bb06d9109988439eea 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*);
|
| + WebInputEventResult dispatchTextInputEventFor(LocalFrame*, DragData*);
|
| bool canProcessDrag(DragData*);
|
| bool concludeEditDrag(DragData*);
|
| DragSession dragEnteredOrUpdated(DragData*);
|
|
|