Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/VisualViewport.cpp |
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.cpp b/third_party/WebKit/Source/core/frame/VisualViewport.cpp |
| index d284fd7f4ef780feae8196d0a220d2e668a684ef..f099731e583a763ac4d819d5506c7ff437dea8b0 100644 |
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp |
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp |
| @@ -299,7 +299,7 @@ bool VisualViewport::didSetScaleOrLocation(float scale, const FloatPoint& locati |
| enqueueScrollEvent(); |
| - mainFrame()->loader().client()->didChangeScrollOffset(); |
| + mainFrame()->view()->didChangeScrollOffset(); |
| valuesChanged = true; |
| } |