| 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 1add0ab19908a857e8e8a0cccb3727c16404956b..bce0f9f34647ef7dfd28bc3f012a9e7349452031 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -1851,7 +1851,7 @@ WebInputEventResult EventHandler::SendContextMenuEventForKey(
|
| IntPoint location_in_viewport =
|
| visual_viewport.RootFrameToViewport(location_in_root_frame);
|
| IntPoint global_position =
|
| - view->GetHostWindow()
|
| + view->GetChromeClient()
|
| ->ViewportToScreen(IntRect(location_in_viewport, IntSize()),
|
| frame_->View())
|
| .Location();
|
|
|