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

Unified Diff: LayoutTests/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: Fixing 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/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index 706b85f89796474c12477ad071dbaa2e031e2cd4..bc3a04a56998cd5c88321fce9fa6d4950aa2050a 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3439,7 +3439,9 @@ interface OfflineAudioCompletionEvent
interface OfflineAudioContext
getter oncomplete
method constructor
+ method resume
method startRendering
+ method suspend
setter oncomplete
interface Option
method constructor
@@ -6444,7 +6446,9 @@ interface webkitMediaStream
interface webkitOfflineAudioContext
getter oncomplete
method constructor
+ method resume
method startRendering
+ method suspend
setter oncomplete
interface webkitRTCPeerConnection
getter iceConnectionState

Powered by Google App Engine
This is Rietveld 408576698