| 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 a38e55f1faa0705a87d5f89f48621b48009a2b38..e3979db43a87214a26de339c18555f56049c9177 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.
|
|
|