| 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 cf17e1df8c3bfc2248839b3f49db5c00eb7de6c4..237445d27f113005f721574319e03b5202ee4e30 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -1860,8 +1860,7 @@ WebInputEventResult EventHandler::SendContextMenuEventForKey(
|
| visual_viewport.RootFrameToViewport(location_in_root_frame);
|
| IntPoint global_position =
|
| view->GetChromeClient()
|
| - ->ViewportToScreen(IntRect(location_in_viewport, IntSize()),
|
| - frame_->View())
|
| + ->ViewportToScreen(IntRect(location_in_viewport, IntSize()), frame_)
|
| .Location();
|
|
|
| Node* target_node =
|
|
|