| 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 923a5eb47cd7c4fec7992ec57620b35309b9ac42..5768f19154192d5c2ee88a52165f9a13313e1a8d 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1288,6 +1288,24 @@ public:
|
| RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553,
|
| DragAndDropScrollStart = 1554,
|
| PresentationConnectionListConnectionAvailableEventListener = 1555,
|
| + AnalyserNode = 1556,
|
| + AudioBuffer = 1557,
|
| + AudioBufferSourceNode = 1558,
|
| + BiquadFilterNode = 1559,
|
| + ChannelMergerNode = 1560,
|
| + ChannelSplitterNode = 1561,
|
| + ConvolverNode = 1562,
|
| + DelayNode = 1563,
|
| + DynamicsCompressorNode = 1564,
|
| + GainNode = 1565,
|
| + IIRFilterNode = 1566,
|
| + MediaElementAudioSourceNode = 1567,
|
| + OscillatorNode = 1568,
|
| + PannerNode = 1569,
|
| + PeriodicWave = 1570,
|
| + StereoPannerNode = 1571,
|
| + WaveShaperNode = 1572,
|
| +
|
| // 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/
|
|
|