| 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.
|
|
|