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