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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioNode.h

Issue 2102133002: Add constructors for WebAudio nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and prefix use counter names with WebAudio Created 4 years, 3 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: third_party/WebKit/Source/modules/webaudio/AudioNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNode.h b/third_party/WebKit/Source/modules/webaudio/AudioNode.h
index b73a1160e02a90272a1ca655e47d9c83b6a7a7c6..7667f7c654ffcd921d4a3119065f250d07dff38c 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNode.h
@@ -41,6 +41,7 @@ namespace blink {
class BaseAudioContext;
class AudioNode;
+class AudioNodeOptions;
class AudioNodeInput;
class AudioNodeOutput;
class AudioParam;
@@ -293,6 +294,8 @@ public:
DECLARE_VIRTUAL_TRACE();
AudioHandler& handler() const;
+ void handleChannelOptions(const AudioNodeOptions&, ExceptionState&);
+
virtual AudioNode* connect(AudioNode*, unsigned outputIndex, unsigned inputIndex, ExceptionState&);
void connect(AudioParam*, unsigned outputIndex, ExceptionState&);
void disconnect();
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/AudioListener.idl ('k') | third_party/WebKit/Source/modules/webaudio/AudioNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698