| 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 2bdef6ef886856c9e7d206071aeda900ae77ff3b..0fd66be23ca27da0e925aa9d07bf7f4c7eccee9e 100644
|
| --- a/third_party/WebKit/Source/core/events/DragEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/DragEvent.h
|
| @@ -34,7 +34,7 @@ class CORE_EXPORT DragEvent final : public MouseEvent {
|
| int windowY,
|
| int movementX,
|
| int movementY,
|
| - PlatformEvent::Modifiers,
|
| + WebInputEvent::Modifiers,
|
| short button,
|
| unsigned short buttons,
|
| EventTarget* relatedTarget,
|
| @@ -72,7 +72,7 @@ class CORE_EXPORT DragEvent final : public MouseEvent {
|
| int windowY,
|
| int movementX,
|
| int movementY,
|
| - PlatformEvent::Modifiers,
|
| + WebInputEvent::Modifiers,
|
| short button,
|
| unsigned short buttons,
|
| EventTarget* relatedTarget,
|
|
|