Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(977)

Unified Diff: Source/core/frame/UseCounter.h

Issue 178003008: Remove the HTMLVideoElement-specific prefixed fullscreen API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm negative test Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/media/video-play-require-user-gesture-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index e123b722dc4dc1ca7bc7bb4e36c1303d86f4c73f..95d0ed9773bfe1ac80f58367186ce8d5816f25a4 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -199,12 +199,6 @@ public:
BeforeLoadEventInIsolatedWorld = 163,
PrefixedAudioDecodedByteCount = 164,
PrefixedVideoDecodedByteCount = 165,
- PrefixedVideoSupportsFullscreen = 166,
- PrefixedVideoDisplayingFullscreen = 167,
- PrefixedVideoEnterFullscreen = 168,
- PrefixedVideoExitFullscreen = 169,
- PrefixedVideoEnterFullScreen = 170,
- PrefixedVideoExitFullScreen = 171,
PrefixedVideoDecodedFrameCount = 172,
PrefixedVideoDroppedFrameCount = 173,
PrefixedElementRequestFullscreen = 176,
« no previous file with comments | « LayoutTests/media/video-play-require-user-gesture-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698