| 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 4acde963848833fb9315a0602ede962ac9cee9a4..0b4023bcf268370b42eb8cf00fd0e90a54834375 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| @@ -213,9 +213,6 @@ void VisualViewport::setScaleAndLocation(float scale, const FloatPoint& location
|
| if (ScrollingCoordinator* coordinator = frameHost().page().scrollingCoordinator())
|
| coordinator->scrollableAreaScrollLayerDidChange(this);
|
|
|
| - Document* document = mainFrame()->document();
|
| - document->enqueueScrollEventForNode(document);
|
| -
|
| mainFrame()->loader().client()->didChangeScrollOffset();
|
| valuesChanged = true;
|
| }
|
|
|