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

Unified Diff: media/cdm/proxy_decryptor.h

Issue 1132323004: Pass video overlay renderer preference to ProxyDecryptor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/blink/encrypted_media_player_support.cc ('k') | media/cdm/proxy_decryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/proxy_decryptor.h
diff --git a/media/cdm/proxy_decryptor.h b/media/cdm/proxy_decryptor.h
index 09a94e3f8bda92e5b126ac3757915363e6f126b8..9e804ff3b27fd4d4288e33dc0cf58fcd8489e3d9 100644
--- a/media/cdm/proxy_decryptor.h
+++ b/media/cdm/proxy_decryptor.h
@@ -49,6 +49,7 @@ class MEDIA_EXPORT ProxyDecryptor {
const GURL& destination_url)> KeyMessageCB;
ProxyDecryptor(MediaPermission* media_permission,
+ bool use_hw_secure_codecs;
ddorwin 2015/05/19 20:47:38 comma
const KeyAddedCB& key_added_cb,
const KeyErrorCB& key_error_cb,
const KeyMessageCB& key_message_cb);
@@ -131,6 +132,7 @@ class MEDIA_EXPORT ProxyDecryptor {
scoped_ptr<MediaKeys> media_keys_;
MediaPermission* media_permission_;
+ bool use_hw_secure_codecs_;
// Callbacks for firing key events.
KeyAddedCB key_added_cb_;
« no previous file with comments | « media/blink/encrypted_media_player_support.cc ('k') | media/cdm/proxy_decryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698