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

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 a layout test for synchronous graph manipulation 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 41d8f54bef6e8191408886655e2e4a62652a83f0..73f821b40298ce127e1247294a42460d4004895a 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -739,6 +739,9 @@ public:
ClientHintsDPR = 835,
ClientHintsResourceWidth = 836,
ClientHintsViewportWidth = 837,
+ OfflineAudioContextStartRendering = 838,
+ OfflineAudioContextSuspend = 839,
+ OfflineAudioContextResume = 840,
// 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