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

Unified Diff: modules/webaudio/ConvolverNode.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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/ChannelSplitterNode.idl ('k') | modules/webaudio/DelayNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webaudio/ConvolverNode.idl
diff --git a/modules/webaudio/ConvolverNode.idl b/modules/webaudio/ConvolverNode.idl
index fe0544b33eb0d7feba9c3c676c2ecc860d863190..e797e5cde6d6b00e648b3927ba47008efe0c3f8e 100644
--- a/modules/webaudio/ConvolverNode.idl
+++ b/modules/webaudio/ConvolverNode.idl
@@ -23,9 +23,7 @@
*/
// A linear convolution effect
-[
- Conditional=WEB_AUDIO
-] interface ConvolverNode : AudioNode {
- [RaisesException=Setter] attribute AudioBuffer buffer;
+interface ConvolverNode : AudioNode {
+ [RaisesException=Setter] attribute AudioBuffer? buffer;
attribute boolean normalize;
};
« no previous file with comments | « modules/webaudio/ChannelSplitterNode.idl ('k') | modules/webaudio/DelayNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698