diff options
Diffstat (limited to 'components/util/time.rs')
-rw-r--r-- | components/util/time.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/util/time.rs b/components/util/time.rs index 4f282aa2648..bb483ca2a99 100644 --- a/components/util/time.rs +++ b/components/util/time.rs @@ -38,6 +38,7 @@ pub enum TimeProfilerCategory { CompositingCategory, LayoutQueryCategory, LayoutPerformCategory, + LayoutMaxSelectorMatchesCategory, LayoutStyleRecalcCategory, LayoutSelectorMatchCategory, LayoutTreeBuilderCategory, @@ -66,6 +67,7 @@ impl TimeProfilerCategory { buckets.insert(CompositingCategory, vec!()); buckets.insert(LayoutQueryCategory, vec!()); buckets.insert(LayoutPerformCategory, vec!()); + buckets.insert(LayoutMaxSelectorMatchesCategory, vec!()); buckets.insert(LayoutStyleRecalcCategory, vec!()); buckets.insert(LayoutSelectorMatchCategory, vec!()); buckets.insert(LayoutTreeBuilderCategory, vec!()); |