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

Unified Diff: media/base/decryptor.cc

Issue 10969028: Add video decoding methods in Decryptor and add DecryptingVideoDecoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder methods in the unittest Created 8 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
« no previous file with comments | « media/base/decryptor.h ('k') | media/base/filter_collection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/decryptor.cc
diff --git a/media/base/android/cookie_getter.cc b/media/base/decryptor.cc
similarity index 70%
copy from media/base/android/cookie_getter.cc
copy to media/base/decryptor.cc
index 1db105a6e2761584aaae4efb10b2734add95be05..e9b232ded713e80722667536177f6929066c1fe4 100644
--- a/media/base/android/cookie_getter.cc
+++ b/media/base/decryptor.cc
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/android/cookie_getter.h"
+#include "media/base/decryptor.h"
namespace media {
-CookieGetter::~CookieGetter() {}
+Decryptor::Decryptor() {}
+
+Decryptor::~Decryptor() {}
} // namespace media
« no previous file with comments | « media/base/decryptor.h ('k') | media/base/filter_collection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698