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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 10535029: Add support for encrypted WebM files as defined in the RFC. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated encrypted WebM test data. Created 8 years, 6 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: webkit/media/webmediaplayer_impl.h
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index f01a011d023a68f300f5c945d4bd11dad1b2e790..21f125f98510940d086b12f8e1e26bdeb5795849 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -70,7 +70,7 @@ class WebFrame;
}
namespace media {
-class AesDecryptor;
+class HmacAesDecryptor;
class MediaLog;
}
@@ -277,7 +277,7 @@ class WebMediaPlayerImpl
bool started_;
// The decryptor that manages decryption keys and decrypts encrypted frames.
- scoped_ptr<media::AesDecryptor> decryptor_;
+ scoped_ptr<media::HmacAesDecryptor> decryptor_;
scoped_ptr<media::MessageLoopFactory> message_loop_factory_;

Powered by Google App Engine
This is Rietveld 408576698