mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +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
|
@ -489,7 +489,8 @@ impl UnprivilegedPipelineContent {
|
|||
let paint_time_metrics = PaintTimeMetrics::new(self.id,
|
||||
self.time_profiler_chan.clone(),
|
||||
self.layout_to_constellation_chan.clone(),
|
||||
self.script_chan.clone());
|
||||
self.script_chan.clone(),
|
||||
self.load_data.url.clone());
|
||||
let layout_pair = STF::create(InitialScriptState {
|
||||
id: self.id,
|
||||
browsing_context_id: self.browsing_context_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue