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

Unified Diff: Source/platform/graphics/media/ContentDecryptionModule.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/ContentDecryptionModule.h
diff --git a/Source/core/platform/graphics/ContentDecryptionModule.h b/Source/platform/graphics/media/ContentDecryptionModule.h
similarity index 96%
rename from Source/core/platform/graphics/ContentDecryptionModule.h
rename to Source/platform/graphics/media/ContentDecryptionModule.h
index 3fe04049cfa01c43f71fa272f746f2bda190bc2d..2a1fc8cd45d7f0ecaeecf3605645395ec5114529 100644
--- a/Source/core/platform/graphics/ContentDecryptionModule.h
+++ b/Source/platform/graphics/media/ContentDecryptionModule.h
@@ -31,6 +31,7 @@
#ifndef ContentDecryptionModule_h
#define ContentDecryptionModule_h
+#include "platform/PlatformExport.h"
#include "public/platform/WebContentDecryptionModule.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
@@ -41,7 +42,7 @@ namespace WebCore {
class ContentDecryptionModuleSession;
class ContentDecryptionModuleSessionClient;
-class ContentDecryptionModule {
+class PLATFORM_EXPORT ContentDecryptionModule {
public:
static bool supportsKeySystem(const String&);
static PassOwnPtr<ContentDecryptionModule> create(const String& keySystem);

Powered by Google App Engine
This is Rietveld 408576698