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

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: Adapt patch to already moved ContentDecryption files 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/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 3c9fc2ca21b9b9948fe6780c7cc17665a109b210..2ea6abb69d20961260e05e9190d7aae8652d573f 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*);
« no previous file with comments | « Source/platform/graphics/media/InbandTextTrackPrivateClient.h ('k') | Source/platform/graphics/media/MediaPlayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698