| Index: Source/platform/mediastream/MediaStreamSource.h
|
| diff --git a/Source/core/platform/mediastream/MediaStreamSource.h b/Source/platform/mediastream/MediaStreamSource.h
|
| similarity index 97%
|
| rename from Source/core/platform/mediastream/MediaStreamSource.h
|
| rename to Source/platform/mediastream/MediaStreamSource.h
|
| index 46796ae322200a459fb23c0545cf4e0109169bad..fd0e2d4b7de146a0c7b1c3452bb8875ccc280425 100644
|
| --- a/Source/core/platform/mediastream/MediaStreamSource.h
|
| +++ b/Source/platform/mediastream/MediaStreamSource.h
|
| @@ -32,6 +32,7 @@
|
| #ifndef MediaStreamSource_h
|
| #define MediaStreamSource_h
|
|
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/audio/AudioDestinationConsumer.h"
|
| #include "platform/mediastream/MediaConstraints.h"
|
| #include "wtf/OwnPtr.h"
|
| @@ -43,7 +44,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class MediaStreamSource : public RefCounted<MediaStreamSource> {
|
| +class PLATFORM_EXPORT MediaStreamSource : public RefCounted<MediaStreamSource> {
|
| public:
|
| class Observer {
|
| public:
|
|
|