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

Unified Diff: Source/platform/exported/WebContentDecryptionModuleSession.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
« no previous file with comments | « Source/platform/exported/WebContentDecryptionModule.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebContentDecryptionModuleSession.cpp
diff --git a/Source/platform/exported/WebAudioDevice.cpp b/Source/platform/exported/WebContentDecryptionModuleSession.cpp
similarity index 82%
copy from Source/platform/exported/WebAudioDevice.cpp
copy to Source/platform/exported/WebContentDecryptionModuleSession.cpp
index ef2f70b4435fb77c59b64458f89c67960a458b22..3d18f1677d944bb45d49cc46e7e20dc6efb00e01 100644
--- a/Source/platform/exported/WebAudioDevice.cpp
+++ b/Source/platform/exported/WebContentDecryptionModuleSession.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010, 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
@@ -23,15 +23,15 @@
*/
#include "config.h"
-#include "public/platform/WebAudioDevice.h"
+#include "public/platform/WebContentDecryptionModuleSession.h"
namespace WebKit {
-void WebAudioDevice::RenderCallback::render(const WebVector<float*>& sourceData, const WebVector<float*>& destinationData, size_t numberOfFrames)
+WebContentDecryptionModuleSession::~WebContentDecryptionModuleSession()
{
}
-WebAudioDevice::RenderCallback::~RenderCallback()
+WebContentDecryptionModuleSession::Client::~Client()
{
}
« no previous file with comments | « Source/platform/exported/WebContentDecryptionModule.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698