| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| index 1f2c9789647ab2ca8b178eab32df34cb5b50cae2..9aa9c64612c04c2f60bb410f4c689388ed2a4090 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -39,7 +39,6 @@
|
| #include "core/frame/VisualViewport.h"
|
| #include "core/html/HTMLIFrameElement.h"
|
| #include "core/html/HTMLVideoElement.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/layout/LayoutPart.h"
|
| #include "core/layout/LayoutVideo.h"
|
| #include "core/layout/api/LayoutViewItem.h"
|
| @@ -56,6 +55,7 @@
|
| #include "core/paint/FramePainter.h"
|
| #include "core/paint/ObjectPaintInvalidator.h"
|
| #include "core/paint/TransformRecorder.h"
|
| +#include "core/probe/CoreProbes.h"
|
| #include "platform/Histogram.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/ScriptForbiddenScope.h"
|
|
|