| 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 07c7a2a8d76ce511b384f67702dc1044417c8773..a1cf23671ce7734acb88d4ab1e6a0c580a90c032 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| @@ -40,12 +40,12 @@
|
| #include "core/frame/PageScaleConstraintsSet.h"
|
| #include "core/frame/RootFrameViewport.h"
|
| #include "core/frame/Settings.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/layout/TextAutosizer.h"
|
| #include "core/layout/compositing/PaintLayerCompositor.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/Page.h"
|
| #include "core/page/scrolling/ScrollingCoordinator.h"
|
| +#include "core/probe/CoreProbes.h"
|
| #include "platform/Histogram.h"
|
| #include "platform/geometry/DoubleRect.h"
|
| #include "platform/geometry/FloatSize.h"
|
|
|