Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(966)

Unified Diff: Source/core/frame/UseCounter.h

Issue 1140723003: Implement suspend() and resume() for OfflineAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added UseCounter Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698