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

Unified Diff: Source/platform/graphics/media/ContentDecryptionModuleSession.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/ContentDecryptionModuleSession.h
diff --git a/Source/core/platform/graphics/ContentDecryptionModuleSession.h b/Source/platform/graphics/media/ContentDecryptionModuleSession.h
similarity index 95%
rename from Source/core/platform/graphics/ContentDecryptionModuleSession.h
rename to Source/platform/graphics/media/ContentDecryptionModuleSession.h
index 30ead6fe8baefd3374c583e4f84459ec89709721..3572ccf3875f38f5d332dd416dfc10f90f5991aa 100644
--- a/Source/core/platform/graphics/ContentDecryptionModuleSession.h
+++ b/Source/platform/graphics/media/ContentDecryptionModuleSession.h
@@ -31,6 +31,7 @@
#ifndef ContentDecryptionModuleSession_h
#define ContentDecryptionModuleSession_h
+#include "platform/PlatformExport.h"
#include "public/platform/WebContentDecryptionModuleSession.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
@@ -56,7 +57,7 @@ public:
virtual void keyMessage(const unsigned char* message, size_t messageLength, const KURL& destinationURL) = 0;
};
-class ContentDecryptionModuleSession : private WebKit::WebContentDecryptionModuleSession::Client {
+class PLATFORM_EXPORT ContentDecryptionModuleSession : private WebKit::WebContentDecryptionModuleSession::Client {
public:
static PassOwnPtr<ContentDecryptionModuleSession> create(ContentDecryptionModuleSessionClient*);

Powered by Google App Engine
This is Rietveld 408576698