commit | f4f25ecd61b62b8c218fb7cf3aed8d8f2ed4b6dc | [log] [tgz] |
---|---|---|
author | Xiaohan Wang <[email protected]> | Wed May 02 21:17:33 2018 |
committer | Commit Bot <[email protected]> | Wed May 02 21:17:33 2018 |
tree | 5c3141e13cb3840bc20bf27a01a42667a2dda2d0 | |
parent | c13539099f96adbb12f17677f3eda960d16fd55a [diff] |
media: Improvements on supported CDM version checks - Roll src/media/cdm/api/ 163f87884..d12602556 (1 commit) 2018-04-26 xhwang cdm: Mark CDM_10 interface as stable - Update Chromium to use the latest stable CDM_10 interface, e.g. now cdm::ContentDecryptionModule is not defined anymore. - Use an std::array kSupportedCdmVersions to store information about supported and enabled (by default) CDM interface versions. - Simplify IsSupported* functions. - Add static assert to make sure the CDM Host interface for a supported CDM interface is also supported. - Add static assert to make sure experimental CDM interface is never enabled by default. NOPRESUBMIT is specified to workaround the media presubmit on histogram enum UMA style check. See https://crbug.com/772494. NOPRESUBMIT=true Bug: 733821 Test: No functionality change. Change-Id: I236a24106354ea9210e703bae5a13dc4238f93d3 Reviewed-on: https://chromium-review.googlesource.com/1035783 Commit-Queue: Xiaohan Wang <[email protected]> Reviewed-by: John Rummell <[email protected]> Cr-Commit-Position: refs/heads/master@{#555542}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .