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

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: Adding missing pre/post render tasks + Fixing minor nits 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 f915c27172dded4bc98e4bc36ed49a1724191d6f..7a68471d3877024d14d693b5951e8bd55cf6fd52 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3047,7 +3047,9 @@ interface OfflineAudioCompletionEvent
interface OfflineAudioContext
getter oncomplete
method constructor
+ method resume
method startRendering
+ method suspend
setter oncomplete
interface Option
method constructor
@@ -5862,7 +5864,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/DeferredTaskHandler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698