diff options
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index 85874ece2ca..d4911627a6f 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -1480,7 +1480,9 @@ impl ScriptThread { image_cache: self.image_cache.clone(), content_process_shutdown_chan: content_process_shutdown_chan, layout_threads: layout_threads, - paint_time_metrics: PaintTimeMetrics::new(self.time_profiler_chan.clone()), + paint_time_metrics: PaintTimeMetrics::new(new_pipeline_id, + self.time_profiler_chan.clone(), + self.layout_to_constellation_chan.clone()), }); // Pick a layout thread, any layout thread |