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

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

Issue 2134813002: Implement ConstantSourceNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 7667f7c654ffcd921d4a3119065f250d07dff38c..6d1ccb5f39a2669e7416704d40b8e8c33ef228c5 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNode.h
@@ -91,7 +91,8 @@ public:
NodeTypeDynamicsCompressor = 17,
NodeTypeWaveShaper = 18,
NodeTypeIIRFilter = 19,
- NodeTypeEnd = 20
+ NodeTypeConstantSource = 20,
+ NodeTypeEnd = 21
};
AudioHandler(NodeType, AudioNode&, float sampleRate);

Powered by Google App Engine
This is Rietveld 408576698