| 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 d03f1e6ffeda8895427739fad9b3455565d919b9..6198b01079c979c82a7cbebca183f88953e9b6f2 100644
|
| --- a/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| @@ -109,7 +109,7 @@ void FramePainter::paintContents(GraphicsContext& context, const GlobalPaintFlag
|
| // by the svg root issue (crbug.com/442939).
|
| ASSERT(document->lifecycle().state() >= DocumentLifecycle::CompositingClean);
|
|
|
| - TRACE_EVENT1("devtools.timeline", "Paint", "data", InspectorPaintEvent::data(layoutView, LayoutRect(rect), 0));
|
| + TRACE_EVENT1("devtools.timeline,rail", "Paint", "data", InspectorPaintEvent::data(layoutView, LayoutRect(rect), 0));
|
|
|
| bool isTopLevelPainter = !s_inPaintContents;
|
| s_inPaintContents = true;
|
|
|