diff options
Diffstat (limited to 'components/cdm/renderer/android_key_systems.h')
-rw-r--r-- | components/cdm/renderer/android_key_systems.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/components/cdm/renderer/android_key_systems.h b/components/cdm/renderer/android_key_systems.h index b27f57c..fb962b1 100644 --- a/components/cdm/renderer/android_key_systems.h +++ b/components/cdm/renderer/android_key_systems.h @@ -12,12 +12,7 @@ namespace cdm { void AddAndroidWidevine( - std::vector<media::KeySystemInfo>* concrete_key_systems, - // TODO(sandersd): Non-compositing support depends on the - // use_video_overlay_for_embedded_encrypted_video pref, which may differ per - // WebContents, meaning this cannot be a global setting for the renderer - // process. Handle this per WebContents instead. http://crbug.com/467779 - bool is_non_compositing_supported); + std::vector<media::KeySystemInfo>* concrete_key_systems); // Add platform-supported key systems which are not explicitly handled // by Chrome. |