| 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*);
|
|
|