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

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

Issue 263213002: Add use counters for VTTCue use/rendering and its attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | « no previous file | Source/core/html/track/vtt/VTTCue.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 eb8aec4aed1b9fe602b8b3862beaa74d08e6a7ca..0e4c68bddf9ec7eba7c943fceaeb4f2d0a3d58c6 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -416,6 +416,14 @@ public:
SelectionSetBaseAndExtent = 406,
SelectionEmpty = 407,
SVGFEMorphologyElementSetRadius = 408,
+ VTTCue = 409,
+ VTTCueRender = 410,
+ VTTCueRenderVertical = 411,
+ VTTCueRenderSnapToLinesFalse = 412,
+ VTTCueRenderLineNotAuto = 413,
+ VTTCueRenderPositionNot50 = 414,
+ VTTCueRenderSizeNot100 = 415,
+ VTTCueRenderAlignNotMiddle = 416,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
NumberOfFeatures, // This enum value must be last.
« no previous file with comments | « no previous file | Source/core/html/track/vtt/VTTCue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698