Skip to content

Commit cc1b954

Browse files
nicalweb-flow
authored andcommitted
Bug 1902602 - Warning fix. r=gfx-reviewers,lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D213739
1 parent e3ad74e commit cc1b954

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webrender/src/profiler.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,6 @@ pub struct CpuFrameTimings {
20362036
pub batching: f64,
20372037
pub frame_building_other: f64,
20382038
pub frame_send: f64,
2039-
pub renderer: f64,
20402039
pub uploads: f64,
20412040
pub gpu_cache: f64,
20422041
pub draw_calls: f64,
@@ -2071,7 +2070,6 @@ impl CpuFrameTimings {
20712070
batching,
20722071
frame_building_other,
20732072
frame_send,
2074-
renderer,
20752073
uploads,
20762074
gpu_cache,
20772075
draw_calls,

0 commit comments

Comments
 (0)