| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index c20a5100d5226004fbbeeaadd4f7227859a2fc4e..4db45fb85a44152e5a13de663255a5f59074bad5 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -536,6 +536,11 @@ public:
|
| NotificationInsecureOrigin = 564,
|
| NotificationShowEvent = 565,
|
| CSSXGetComputedStyleQueries = 566,
|
| + SVG1DOM = 567,
|
| + SVGPathSegDOM = 568,
|
| + SVGTransformListConsolidate = 569,
|
| + SVGAnimatedTransformListBaseVal = 570,
|
| +
|
| // 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/
|
|
|