summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorcrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-17 03:32:29 +0000
committercrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-17 03:32:29 +0000
commit3c89eaf563f7e5665b4b3194c3e83950eee54042 (patch)
treed0cfb8e1665524c72bbff03a8161c2b5e895f5d7 /media
parentef2f34965839c3a5560bed0cc492b55ac14d8861 (diff)
downloadchromium_src-3c89eaf563f7e5665b4b3194c3e83950eee54042.zip
chromium_src-3c89eaf563f7e5665b4b3194c3e83950eee54042.tar.gz
chromium_src-3c89eaf563f7e5665b4b3194c3e83950eee54042.tar.bz2
Add chromium support for MediaStreamAudioDestinationNode
We add smarts into MediaStreamDependencyFactory::CreateNativeLocalMediaStream() to handle MediaStreams originating from WebAudio. Please see companion WebKit patches: https://bugs.webkit.org/show_bug.cgi?id=101815 https://bugs.webkit.org/show_bug.cgi?id=106053 BUG=none TEST=manual test http://www.corp.google.com/~henrika/WebAudio/MediaStreamAudioDestinationNode.html Review URL: https://chromiumcodereview.appspot.com/11369171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r--media/base/audio_capturer_source.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/base/audio_capturer_source.h b/media/base/audio_capturer_source.h
index 7611025..2f99b92 100644
--- a/media/base/audio_capturer_source.h
+++ b/media/base/audio_capturer_source.h
@@ -5,6 +5,7 @@
#ifndef MEDIA_BASE_AUDIO_CAPTURER_SOURCE_H_
#define MEDIA_BASE_AUDIO_CAPTURER_SOURCE_H_
+#include <string>
#include <vector>
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"