| 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 d5865042e328796e608b72a8f13bc963da80eb63..84c6f9be02ffee35a33f0e64a51b8b53e8c0b8e8 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1176,6 +1176,11 @@ public:
|
| CSSValueAppearanceRadio = 1360,
|
| CSSValueAppearanceSearchField = 1361,
|
| CSSValueAppearanceTextField = 1362,
|
| + AudioContextCreatePannerAutomated = 1363,
|
| + PannerNodeSetPosition = 1364,
|
| + PannerNodeSetOrientation = 1365,
|
| + AudioListenerSetPosition = 1366,
|
| + AudioListenerSetOrientation = 1367,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|