| 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 ae6c4e6af7e1d01d7813636b24494cb7a1213790..6c854a62375373c20e8a37372cf52cf397098140 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;
|
|
|
| - InspectorInstrumentation::didUpdateLayout(mainFrame());
|
| + probe::didUpdateLayout(mainFrame());
|
| mainFrame()->loader().saveScrollState();
|
|
|
| clampToBoundaries();
|
|
|