| Index: third_party/WebKit/Source/core/events/DragEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/DragEvent.h b/third_party/WebKit/Source/core/events/DragEvent.h
|
| index 86af939a537ba81a74e15420a0fe3b97bffd433a..b5a0a650c708b8a98a1c47bef414d2c760bc9c49 100644
|
| --- a/third_party/WebKit/Source/core/events/DragEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/DragEvent.h
|
| @@ -72,7 +72,7 @@ public:
|
| private:
|
| explicit DragEventDispatchMediator(PassRefPtrWillBeRawPtr<DragEvent>);
|
| DragEvent& event() const;
|
| - bool dispatchEvent(EventDispatcher&) const override;
|
| + WebInputEventResult dispatchEvent(EventDispatcher&) const override;
|
| };
|
|
|
| DEFINE_EVENT_TYPE_CASTS(DragEvent);
|
|
|