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

Unified Diff: ppapi/api/private/ppp_content_decryptor_private.idl

Issue 1412323002: ppapi: Support up to 32 subsamples in PP_EncryptedBlockInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: ppapi/api/private/ppp_content_decryptor_private.idl
diff --git a/ppapi/api/private/ppp_content_decryptor_private.idl b/ppapi/api/private/ppp_content_decryptor_private.idl
index 20a56a7b01a1b6d58dfad7340a5841280fb7f014..05bec6b08eb579a5766790946dfc50f55730a558 100644
--- a/ppapi/api/private/ppp_content_decryptor_private.idl
+++ b/ppapi/api/private/ppp_content_decryptor_private.idl
@@ -9,7 +9,7 @@
* Decryption Modules, not normal plugins.
*/
label Chrome {
- M44 = 0.15
+ M48 = 0.16
xhwang 2015/10/19 20:47:26 There's no direct change in PPP_ContentDecryptor_P
bbudge 2015/10/20 17:38:15 I'm not that familiar with content decryption, but
xhwang 2015/10/20 18:30:54 See above.
};
/**

Powered by Google App Engine
This is Rietveld 408576698