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

Unified Diff: Source/platform/drm/ContentDecryptionModule.h

Issue 26975004: Move ContentDecryptionModule* to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add WTF_MAKE_NONCOPYABLE because reasons 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
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/drm/ContentDecryptionModule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/drm/ContentDecryptionModule.h
diff --git a/Source/core/platform/graphics/ContentDecryptionModule.h b/Source/platform/drm/ContentDecryptionModule.h
similarity index 94%
rename from Source/core/platform/graphics/ContentDecryptionModule.h
rename to Source/platform/drm/ContentDecryptionModule.h
index 3fe04049cfa01c43f71fa272f746f2bda190bc2d..a4136c4aef3407cf43d363726f2c78010074052a 100644
--- a/Source/core/platform/graphics/ContentDecryptionModule.h
+++ b/Source/platform/drm/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,8 @@ namespace WebCore {
class ContentDecryptionModuleSession;
class ContentDecryptionModuleSessionClient;
-class ContentDecryptionModule {
+class PLATFORM_EXPORT ContentDecryptionModule {
+ WTF_MAKE_NONCOPYABLE(ContentDecryptionModule);
public:
static bool supportsKeySystem(const String&);
static PassOwnPtr<ContentDecryptionModule> create(const String& keySystem);
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/drm/ContentDecryptionModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698