Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js |
index d6769e73213c4285bf08aaa157aebc1303441fbd..1b66ef823dbf88044a995b5e907d788f8ac05fef 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js |
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js |
@@ -44,6 +44,8 @@ Timeline.TimelineController = class { |
]; |
categoriesArray.push(TimelineModel.TimelineModel.Category.LatencyInfo); |
+ if (Runtime.experiments.isEnabled('timelineShowFMP')) |
+ categoriesArray.push('loading'); |
if (Runtime.experiments.isEnabled('timelineV8RuntimeCallStats') && options.enableJSSampling) |
categoriesArray.push(disabledByDefault('v8.runtime_stats_sampling')); |
if (Runtime.experiments.isEnabled('timelineTracingJSProfile') && options.enableJSSampling) { |