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

Unified Diff: Source/modules/webaudio/AudioBuffer.idl

Issue 190973010: Remove unnecessary attribute "gain" in AudioBuffer and AudioBufferSourceNode interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Combine with removing gains from AudioBuffer and AudioBufferSourceNode Created 6 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
Index: Source/modules/webaudio/AudioBuffer.idl
diff --git a/Source/modules/webaudio/AudioBuffer.idl b/Source/modules/webaudio/AudioBuffer.idl
index 7d0f56f3b3103744b81635466a616c3eea4e3ab9..a9aab6e86d2e5eeb5d3f6ed9b775d4871a1c3d03 100644
--- a/Source/modules/webaudio/AudioBuffer.idl
+++ b/Source/modules/webaudio/AudioBuffer.idl
@@ -33,8 +33,6 @@
readonly attribute double duration; // in seconds
readonly attribute float sampleRate; // in sample-frames per second
- attribute float gain; // linear gain (default 1.0)
-
// Channel access
readonly attribute unsigned long numberOfChannels;
[RaisesException] Float32Array getChannelData(unsigned long channelIndex);

Powered by Google App Engine
This is Rietveld 408576698