| 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 82100ba8535350a9f04b26d2fef962bfd6539fc8..63783f9938091436eb9b187b192fcdeec8510565 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1525,6 +1525,8 @@ class CORE_EXPORT UseCounter {
|
| WindowOpenWithInvalidURL = 1909,
|
| CrossOriginMainFrameNulledNameAccessed = 1910,
|
| MenuItemElementIconAttribute = 1911,
|
| + WebkitCSSMatrixSetMatrixValue = 1912,
|
| + WebkitCSSMatrixConstructFromString = 1913,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|