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

Unified Diff: AudioContext.h

Issue 7740069: Remove AudioContext createChannelMerger() method until thread safety issues can be properly addre... (Closed) Base URL: https://svn.webkit.org/repository/webkit/branches/chromium/835/Source/WebCore/webaudio/
Patch Set: Created 9 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 | « no previous file | AudioContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AudioContext.h
===================================================================
--- AudioContext.h (revision 94137)
+++ AudioContext.h (working copy)
@@ -119,7 +119,6 @@
PassRefPtr<RealtimeAnalyserNode> createAnalyser();
PassRefPtr<JavaScriptAudioNode> createJavaScriptNode(size_t bufferSize);
PassRefPtr<AudioChannelSplitter> createChannelSplitter();
- PassRefPtr<AudioChannelMerger> createChannelMerger();
AudioBus* temporaryMonoBus() { return m_temporaryMonoBus.get(); }
AudioBus* temporaryStereoBus() { return m_temporaryStereoBus.get(); }
« no previous file with comments | « no previous file | AudioContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698