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