Chromium Code Reviews

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

Issue 276193002: Add a use counter for VTTCue right-to-left rendering (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.
Jump to:
View side-by-side diff with in-line comments
« 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 bb030c5917caab40408b7802b8bc36698920fc44..c1d8d3ac32d5f68732382a1de7389d9bd77af365 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -420,6 +420,7 @@ public:
VTTCueRenderSizeNot100 = 415,
VTTCueRenderAlignNotMiddle = 416,
ElementRequestPointerLock = 417,
+ VTTCueRenderRtl = 418,
// 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/
« 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