| Index: third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| index 289c06d808e2cb93ca52741207ce3150075d76c4..73c07df3614948cd87490505c621696df25a5bb0 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| @@ -131,7 +131,7 @@ void ConvertInspectorPoint(blink::LocalFrame* frame,
|
| frame->GetPage()
|
| ->GetChromeClient()
|
| .ViewportToScreen(blink::IntRect(pointInFrame, blink::IntSize(0, 0)),
|
| - frame->View())
|
| + frame)
|
| .Location();
|
| }
|
|
|
|
|