| Index: third_party/WebKit/Source/core/input/GestureManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/GestureManager.cpp b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| index fec1b85150bcf12232aa276fc7fa700656876e7d..92a522770e6c91036fbfa9f9fea632286ddce102 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -294,7 +294,7 @@ WebInputEventResult GestureManager::handleGestureTap(
|
| preDispatchStyleVersion != m_frame->document()->styleVersion();
|
|
|
| IntPoint tappedPositionInViewport =
|
| - frameHost()->visualViewport().rootFrameToViewport(tappedPosition);
|
| + m_frame->page()->visualViewport().rootFrameToViewport(tappedPosition);
|
| m_frame->chromeClient().showUnhandledTapUIIfNeeded(
|
| tappedPositionInViewport, tappedNode, domTreeChanged || styleChanged);
|
| }
|
|
|