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

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

Issue 1405413004: Implement suspend() and resume() for OfflineAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating UseCounter.h after L-G-T-M Created 5 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audiocontext-suspend-resume.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 689838d92e2595f53ee036557ac05f0cc243ac42..b8b5f094d5036a689e7e8b9c17b9fec8a9e3cbf8 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3122,7 +3122,9 @@ interface OfflineAudioCompletionEvent : Event
interface OfflineAudioContext : AudioContext
getter oncomplete
method constructor
+ method resume
method startRendering
+ method suspend
setter oncomplete
interface Option
method constructor
@@ -5635,7 +5637,9 @@ interface webkitMediaStream : EventTarget
interface webkitOfflineAudioContext : AudioContext
getter oncomplete
method constructor
+ method resume
method startRendering
+ method suspend
setter oncomplete
interface webkitRTCPeerConnection : EventTarget
getter iceConnectionState
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audiocontext-suspend-resume.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698