Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 43e440f2161071afc080c5ded4cd0b7ccab71de5..30813d3aa507be488e65a57d332ff1217f722a42 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -194,6 +194,12 @@ public: |
AttributeSpecified = 162, // Removed in DOM4. |
PrefixedAudioDecodedByteCount = 164, |
PrefixedVideoDecodedByteCount = 165, |
+ PrefixedVideoSupportsFullscreen = 166, |
+ PrefixedVideoDisplayingFullscreen = 167, |
+ PrefixedVideoEnterFullscreen = 168, |
+ PrefixedVideoExitFullscreen = 169, |
+ PrefixedVideoEnterFullScreen = 170, |
+ PrefixedVideoExitFullScreen = 171, |
PrefixedVideoDecodedFrameCount = 172, |
PrefixedVideoDroppedFrameCount = 173, |
PrefixedElementRequestFullscreen = 176, |