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