| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 3db4b7df7c3fe318111e1bfca1199882fef66bfe..c633e836befa14950d465223f96d42b1196c0ac0 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -498,6 +498,7 @@ public:
|
| UIEventPageX = 513,
|
| UIEventPageY = 514,
|
| BgPropertiesFixed = 515,
|
| + HTMLImageElementComposite = 516,
|
| // 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/
|
|
|