| Index: third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FramePainter.cpp b/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| index b1965d6f0e9dfee0ecd9c1aa87cb7fa3c70bb19b..dad69700113834beb63a0f3a560e64801972239d 100644
|
| --- a/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| @@ -9,7 +9,6 @@
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "core/layout/LayoutView.h"
|
| #include "core/page/Page.h"
|
| -#include "core/paint/FramePaintTiming.h"
|
| #include "core/paint/LayoutObjectDrawingRecorder.h"
|
| #include "core/paint/PaintInfo.h"
|
| #include "core/paint/PaintLayer.h"
|
| @@ -148,7 +147,6 @@
|
| DCHECK(document->Lifecycle().GetState() >=
|
| DocumentLifecycle::kCompositingClean);
|
|
|
| - FramePaintTiming frame_paint_timing(context, &GetFrameView().GetFrame());
|
| TRACE_EVENT1("devtools.timeline,rail", "Paint", "data",
|
| InspectorPaintEvent::Data(layout_view, LayoutRect(rect), 0));
|
|
|
|
|