Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 3eb7b29d244efcc6acf0eef6d13d13caa881c078..d178e0346f497c927db1f579854a95f695a297c4 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -477,6 +477,7 @@ public: |
DOMWindowOpenFeatures = 476, |
LegacyFullScreenErrorExemption = 477, |
MediaStreamTrackGetSources = 478, |
+ AspectRatioFlexItem = 479, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/ |