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

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

Issue 64593002: Move MediaStreamSource to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: also move WebMediaConstraints.cpp Created 7 years, 1 month 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: 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:
« no previous file with comments | « Source/platform/exported/WebMediaStreamSource.cpp ('k') | Source/platform/mediastream/MediaStreamSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698