| 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 2224a55433e65943a3b25153e1b6b019e435d525..d5ff47ae96479b799ff7cf3a7543f9788c4bf185 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1383,6 +1383,9 @@ class CORE_EXPORT UseCounter {
|
| OffscreenCanvasTransferToImageBitmapWebGL = 1659,
|
| OffscreenCanvasCommit2D = 1660,
|
| OffscreenCanvasCommitWebGL = 1661,
|
| + RTCConfigurationIceTransportPolicy = 1662,
|
| + RTCConfigurationIceTransportPolicyNone = 1663,
|
| + RTCConfigurationIceTransports = 1664,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|