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

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

Issue 2386303002: Expose BaseAudioContext prototype (Closed)
Patch Set: fixed cross-origin-objects Created 4 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/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt
index 11ab2048a34ed530b527e8e44b5ad9614534d835..e80d54c860a0b3f7f72a21b74139de8884eb466f 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -123,6 +123,7 @@ interface AudioContext : BaseAudioContext
attribute @@toStringTag
method close
method constructor
+ method suspend
interface AudioDestinationNode : AudioNode
attribute @@toStringTag
getter maxChannelCount
@@ -179,6 +180,39 @@ interface BarProp
attribute @@toStringTag
getter visible
method constructor
+interface BaseAudioContext : EventTarget
+ attribute @@toStringTag
+ getter currentTime
+ getter destination
+ getter listener
+ getter onstatechange
+ getter sampleRate
+ getter state
+ method constructor
+ method createAnalyser
+ method createBiquadFilter
+ method createBuffer
+ method createBufferSource
+ method createChannelMerger
+ method createChannelSplitter
+ method createConstantSource
+ method createConvolver
+ method createDelay
+ method createDynamicsCompressor
+ method createGain
+ method createIIRFilter
+ method createMediaElementSource
+ method createMediaStreamDestination
+ method createMediaStreamSource
+ method createOscillator
+ method createPanner
+ method createPeriodicWave
+ method createScriptProcessor
+ method createStereoPanner
+ method createWaveShaper
+ method decodeAudioData
+ method resume
+ setter onstatechange
interface BatteryManager : EventTarget
attribute @@toStringTag
getter charging
@@ -3611,7 +3645,6 @@ interface OfflineAudioContext : BaseAudioContext
getter length
getter oncomplete
method constructor
- method resume
method startRendering
method suspend
setter oncomplete
@@ -7182,6 +7215,7 @@ interface webkitAudioContext : BaseAudioContext
attribute @@toStringTag
method close
method constructor
+ method suspend
interface webkitIDBCursor
attribute @@toStringTag
getter direction
@@ -7320,7 +7354,6 @@ interface webkitOfflineAudioContext : BaseAudioContext
getter length
getter oncomplete
method constructor
- method resume
method startRendering
method suspend
setter oncomplete

Powered by Google App Engine
This is Rietveld 408576698