Chromium Code Reviews| Index: Source/core/frame/UseCounter.h |
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
| index 58d04a6c4c9ce63d711c36e7f3d66f6a9bd2cc93..217b192665c1a9a6cc5d5ef2d65baed8314e7e3c 100644 |
| --- a/Source/core/frame/UseCounter.h |
| +++ b/Source/core/frame/UseCounter.h |
| @@ -736,6 +736,9 @@ public: |
| V8TextEvent_InitTextEvent_Method = 832, |
| V8SVGSVGElement_UseCurrentView_AttributeGetter = 833, |
| V8SVGSVGElement_CurrentView_AttributeGetter = 834, |
| + OfflineAudioContextStartRendering = 835, |
|
Raymond Toy
2015/06/15 20:42:13
What will this tell us? Will this essentially be
hongchan
2015/06/15 21:44:20
In either cases, I would like to keep this in the
Raymond Toy
2015/06/15 22:03:17
Ok.
|
| + OfflineAudioContextSuspend = 836, |
| + OfflineAudioContextResume = 837, |
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |