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

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

Issue 1361233004: Implement IIRFilter node for WebAudio. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test issue by printing fewer digits. Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/biquad-allpass.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 13fe140d7c1e733944b16392c51ad7885bc67e2b..5f37ee3999e60b50a9022efeedc2dfa92674a463 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
@@ -134,6 +134,7 @@ interface AudioContext : EventTarget
method createDelay
method createDynamicsCompressor
method createGain
+ method createIIRFilter
method createMediaElementSource
method createMediaStreamDestination
method createMediaStreamSource
@@ -2693,6 +2694,9 @@ interface IDBVersionChangeEvent : Event
getter newVersion
getter oldVersion
method constructor
+interface IIRFilterNode : AudioNode
+ method constructor
+ method getFrequencyResponse
interface IdleDeadline
getter didTimeout
method constructor
@@ -5550,6 +5554,7 @@ interface webkitAudioContext : EventTarget
method createDelay
method createDynamicsCompressor
method createGain
+ method createIIRFilter
method createMediaElementSource
method createMediaStreamDestination
method createMediaStreamSource
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698