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

Unified Diff: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1140723003: Implement suspend() and resume() for OfflineAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added RELEASE_ASSERT_NOT_REACHED() for non-reachable code paths Created 5 years, 5 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: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index a117906b2a572452835ab550f40e4337ca6a2592..6fdf9bd8b95d7f99ae3e075f675565853e702933 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3048,7 +3048,9 @@ interface OfflineAudioCompletionEvent
interface OfflineAudioContext
getter oncomplete
method constructor
+ method resume
method startRendering
+ method suspend
setter oncomplete
interface Option
method constructor
@@ -5863,7 +5865,9 @@ interface webkitMediaStream
interface webkitOfflineAudioContext
getter oncomplete
method constructor
+ method resume
method startRendering
+ method suspend
setter oncomplete
interface webkitRTCPeerConnection
getter iceConnectionState
« no previous file with comments | « no previous file | LayoutTests/webaudio/audiocontext-suspend-resume.html » ('j') | Source/modules/webaudio/OfflineAudioContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698