mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Print url of recorded PWM
This commit is contained in:
parent
ff70c4426d
commit
983084470f
10 changed files with 45 additions and 9 deletions
|
@ -1557,7 +1557,8 @@ impl ScriptThread {
|
|||
paint_time_metrics: PaintTimeMetrics::new(new_pipeline_id,
|
||||
self.time_profiler_chan.clone(),
|
||||
self.layout_to_constellation_chan.clone(),
|
||||
self.control_chan.clone()),
|
||||
self.control_chan.clone(),
|
||||
load_data.url.clone()),
|
||||
});
|
||||
|
||||
// Pick a layout thread, any layout thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue