| 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 6c854a62375373c20e8a37372cf52cf397098140..f4b018f819b737f07e23f6fa98dc403b9abc28e1 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| @@ -284,7 +284,7 @@ bool VisualViewport::didSetScaleOrLocation(float scale,
|
| if (!valuesChanged)
|
| return false;
|
|
|
| - probe::didUpdateLayout(mainFrame());
|
| + probe::didChangeViewport(mainFrame());
|
| mainFrame()->loader().saveScrollState();
|
|
|
| clampToBoundaries();
|
|
|