| Index: third_party/WebKit/Source/core/input/EventHandler.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| index 1d310088b319f7e41adeae92c293a44ae30039d9..0bcaf52eef1fa67c115d9f82782d8b5a6c8455c0 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -1895,7 +1895,7 @@ WebInputEventResult EventHandler::sendContextMenuEventForKey(
|
| WebFloatPoint(locationInRootFrame.x(), locationInRootFrame.y()),
|
| WebFloatPoint(globalPosition.x(), globalPosition.y()),
|
| WebPointerProperties::Button::NoButton, /* clickCount */ 0,
|
| - PlatformEvent::NoModifiers, TimeTicks::Now().InSeconds());
|
| + WebInputEvent::NoModifiers, TimeTicks::Now().InSeconds());
|
|
|
| // TODO(dtapuska): Transition the mouseEvent to be created really in viewport
|
| // coordinates instead of root frame coordinates.
|
|
|