Index: Source/devtools/front_end/common/Settings.js |
diff --git a/Source/devtools/front_end/common/Settings.js b/Source/devtools/front_end/common/Settings.js |
index 9ac77fea5169d3d95b8424b76e950f6ffceed484..f64175394ef6e80eed418a5a70908c6e85f83850 100644 |
--- a/Source/devtools/front_end/common/Settings.js |
+++ b/Source/devtools/front_end/common/Settings.js |
@@ -299,6 +299,7 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled) |
this.gpuTimeline = this._createExperiment("gpuTimeline", "GPU data on timeline", true); |
this.layersPanel = this._createExperiment("layersPanel", "Layers panel"); |
this.timelineOnTraceEvents = this._createExperiment("timelineOnTraceEvents", "Timeline on trace events"); |
+ this.paintProfiler = this._createExperiment("paintProfiler", "Paint profiler"); |
this.timelinePowerProfiler = this._createExperiment("timelinePowerProfiler", "Timeline power profiler"); |
this.timelineJSCPUProfile = this._createExperiment("timelineJSCPUProfile", "Timeline with JS sampling"); |
this.workersInMainWindow = this._createExperiment("workersInMainWindow", "Workers in main window", true); |