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

Unified Diff: Source/platform/graphics/media/MediaPlayer.h

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move MediaPlayer and friends to platform/graphics/media Created 7 years, 2 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
Index: Source/platform/graphics/media/MediaPlayer.h
diff --git a/Source/core/platform/graphics/MediaPlayer.h b/Source/platform/graphics/media/MediaPlayer.h
similarity index 99%
rename from Source/core/platform/graphics/MediaPlayer.h
rename to Source/platform/graphics/media/MediaPlayer.h
index aeb42ce4d4dd2d9e82a1bf2ddcc8dcc6cb2fb500..2977c37f928098777669c75117228c1dfbbb0c47 100644
--- a/Source/core/platform/graphics/MediaPlayer.h
+++ b/Source/platform/graphics/media/MediaPlayer.h
@@ -26,6 +26,7 @@
#ifndef MediaPlayer_h
#define MediaPlayer_h
+#include "platform/PlatformExport.h"
#include "platform/graphics/GraphicsTypes3D.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
@@ -99,7 +100,7 @@ public:
typedef PassOwnPtr<MediaPlayer> (*CreateMediaEnginePlayer)(MediaPlayerClient*);
-class MediaPlayer {
+class PLATFORM_EXPORT MediaPlayer {
WTF_MAKE_NONCOPYABLE(MediaPlayer);
public:
static PassOwnPtr<MediaPlayer> create(MediaPlayerClient*);

Powered by Google App Engine
This is Rietveld 408576698