Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 7abbe7c9689c61e132a74a18ef846d8a9bd1d2ad..a8b90962ad17d7de50cfdb12ac10c10e1f67f76b 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -523,6 +523,10 @@ public: |
AnimationPlayerPause = 554, |
AnimationPlayerReverse = 555, |
BreakIterator = 556, |
+ ScreenOrientation = 557, |
+ ScreenOrientationAngle = 558, |
+ ScreenOrientationType = 559, |
+ ScreenOrientationLock = 560, |
// 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/ |