| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index d81e59784465776f896e1fd49cb83fb4c94d18ba..e4492e2f70c8862c23baef7bb27e04b91db4d9f0 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1304,6 +1304,7 @@ public:
|
| UsbDeviceIsochronousTransferOut = 1533,
|
| UsbDeviceReset = 1534,
|
|
|
| + ClipCssOfFixedPositionElement = 1552,
|
| // 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/
|
|
|