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

Unified Diff: Source/platform/exported/WebContentDecryptionModule.cpp

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
Index: Source/platform/exported/WebContentDecryptionModule.cpp
diff --git a/Source/modules/webaudio/PeriodicWave.idl b/Source/platform/exported/WebContentDecryptionModule.cpp
similarity index 84%
copy from Source/modules/webaudio/PeriodicWave.idl
copy to Source/platform/exported/WebContentDecryptionModule.cpp
index 40a04b127b0366bbd1f6c182ddf5c34cd6001362..9827c412aae137aee521e214101c2cf5f33be235 100644
--- a/Source/modules/webaudio/PeriodicWave.idl
+++ b/Source/platform/exported/WebContentDecryptionModule.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, Google Inc. All rights reserved.
+ * Copyright (C) 2013, Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -22,9 +22,13 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// PeriodicWave represents a periodic audio waveform given by its Fourier coefficients.
-[
- Conditional=WEB_AUDIO
-] interface PeriodicWave {
+#include "config.h"
+#include "public/platform/WebContentDecryptionModule.h"
-};
+namespace WebKit {
+
+WebContentDecryptionModule::~WebContentDecryptionModule()
+{
+}
+
+} // namespace WebKit
« no previous file with comments | « Source/platform/drm/ContentDecryptionModuleSession.cpp ('k') | Source/platform/exported/WebContentDecryptionModuleSession.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698