| Index: third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp b/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| index e4e06fa9c6297230df15f14e08a622c4737025eb..8bf96318733a7ccf53790c9d623db2685af6c678 100644
|
| --- a/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
|
| @@ -99,7 +99,7 @@ void FirstMeaningfulPaintDetector::NotifyPaint() {
|
| return;
|
|
|
| TRACE_EVENT_MARK_WITH_TIMESTAMP1(
|
| - "loading", "firstMeaningfulPaintCandidate",
|
| + "loading,devtools.timeline", "firstMeaningfulPaintCandidate",
|
| TraceEvent::ToTraceTimestamp(provisional_first_meaningful_paint_),
|
| "frame", GetDocument()->GetFrame());
|
| // Ignore the first meaningful paint candidate as this generally is the first
|
|
|