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

Unified Diff: third_party/WebKit/LayoutTests/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
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 33715ca8a4c67a8e7cc5187ac42478ab883a57e0..dd8a38b1f585f9cdb6b3acdd05adf6789c1c3ec3 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3606,7 +3606,9 @@ interface OfflineAudioCompletionEvent : Event
interface OfflineAudioContext : AudioContext
getter oncomplete
method constructor
+ method resume
method startRendering
+ method suspend
setter oncomplete
interface Option
method constructor
@@ -6382,7 +6384,9 @@ interface webkitMediaStream : EventTarget
interface webkitOfflineAudioContext : AudioContext
getter oncomplete
method constructor
+ method resume
method startRendering
+ method suspend
setter oncomplete
interface webkitRTCPeerConnection : EventTarget
static method generateCertificate
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/resources/audio-testing.js ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698