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

Unified Diff: Source/platform/mediastream/MediaStreamComponent.h

Issue 343763002: Add PLATFORM_EXPORT to MediaStreamComponent::AudioSourceProviderImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mediastream/MediaStreamComponent.h
diff --git a/Source/platform/mediastream/MediaStreamComponent.h b/Source/platform/mediastream/MediaStreamComponent.h
index 107886a1d573389db57f4b65020a3b49badef75f..cc5d5d7c07a274e0e7c6130e7fe9e377278a91e8 100644
--- a/Source/platform/mediastream/MediaStreamComponent.h
+++ b/Source/platform/mediastream/MediaStreamComponent.h
@@ -79,7 +79,7 @@ private:
// AudioSourceProviderImpl wraps a WebAudioSourceProvider::provideInput()
// calls into chromium to get a rendered audio stream.
- class AudioSourceProviderImpl FINAL: public AudioSourceProvider {
+ class PLATFORM_EXPORT AudioSourceProviderImpl FINAL: public AudioSourceProvider {
public:
AudioSourceProviderImpl()
Nico 2014/06/18 20:49:53 Isn't this a ctor?
: m_webAudioSourceProvider(0)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698