aboutsummaryrefslogtreecommitdiffstats
path: root/third_party/webrender/webrender/src/prim_store/backdrop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/webrender/webrender/src/prim_store/backdrop.rs')
-rw-r--r--third_party/webrender/webrender/src/prim_store/backdrop.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/webrender/webrender/src/prim_store/backdrop.rs b/third_party/webrender/webrender/src/prim_store/backdrop.rs
index c45bf78eef4..ea033574fb2 100644
--- a/third_party/webrender/webrender/src/prim_store/backdrop.rs
+++ b/third_party/webrender/webrender/src/prim_store/backdrop.rs
@@ -74,7 +74,6 @@ impl Internable for Backdrop {
type Key = BackdropKey;
type StoreData = BackdropTemplate;
type InternData = ();
- const PROFILE_COUNTER: usize = crate::profiler::INTERNED_BACKDROPS;
}
impl InternablePrimitive for Backdrop {