mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Decoupled gfx and metrics
This commit is contained in:
parent
75f39b42ab
commit
4b7cb2080e
7 changed files with 29 additions and 24 deletions
|
@ -69,7 +69,7 @@ fn test_common(display_list: &DisplayList, epoch: Epoch) -> PaintTimeMetrics {
|
|||
paint_time_metrics.maybe_observe_paint_time(
|
||||
&dummy_profiler_metadata_factory,
|
||||
epoch,
|
||||
&display_list,
|
||||
&*display_list,
|
||||
);
|
||||
|
||||
// Should not set any metric until navigation start is set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue