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

Unified Diff: sky/engine/core/frame/UseCounter.h

Issue 701663002: Remove HTMLVideoElement. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/frame/ImageBitmap.cpp ('k') | sky/engine/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/UseCounter.h
diff --git a/sky/engine/core/frame/UseCounter.h b/sky/engine/core/frame/UseCounter.h
index 9ef21d6aee6171422bb27bcc7a10c7fa6fd9fc90..f42d5bb6b8968a3df0ac7962c929b14248ec9248 100644
--- a/sky/engine/core/frame/UseCounter.h
+++ b/sky/engine/core/frame/UseCounter.h
@@ -163,15 +163,6 @@ public:
AttributeOwnerElement = 160, // Removed in DOM4.
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,
PrefixedElementRequestFullScreen = 177,
InputTypeEmailMultiple = 184,
@@ -391,7 +382,6 @@ public:
MapElement = 482,
MeterElement = 483,
ProgressElement = 484,
- VideoFullscreenAllowedExemption = 485,
PrefixedHTMLElementDropzone = 490,
WheelEventWheelDeltaX = 491,
WheelEventWheelDeltaY = 492,
« no previous file with comments | « sky/engine/core/frame/ImageBitmap.cpp ('k') | sky/engine/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698