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

Unified Diff: modules/webaudio/BiquadFilterNode.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « modules/webaudio/AudioProcessingEvent.idl ('k') | modules/webaudio/MediaStreamAudioDestinationNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webaudio/BiquadFilterNode.idl
diff --git a/modules/webaudio/BiquadFilterNode.idl b/modules/webaudio/BiquadFilterNode.idl
index d65a901b2a3b11291e3b4600fe998ed361cf2d46..31016526b3a54e1f04d432faa997871421a668ca 100644
--- a/modules/webaudio/BiquadFilterNode.idl
+++ b/modules/webaudio/BiquadFilterNode.idl
@@ -36,7 +36,7 @@
const unsigned short ALLPASS = 7;
[CustomSetter] attribute DOMString type;
-
+
readonly attribute AudioParam frequency; // in Hertz
readonly attribute AudioParam detune; // in Cents
readonly attribute AudioParam Q; // Quality factor
« no previous file with comments | « modules/webaudio/AudioProcessingEvent.idl ('k') | modules/webaudio/MediaStreamAudioDestinationNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698