| Index: content/public/renderer/key_system_info.h
|
| diff --git a/content/public/renderer/key_system_info.h b/content/public/renderer/key_system_info.h
|
| index 09dedc607f1a3df2dc4d2cd9ebfbe1e74ee9ad4d..03238c86710c2db460fe4e034c080a5c8edeb4cb 100644
|
| --- a/content/public/renderer/key_system_info.h
|
| +++ b/content/public/renderer/key_system_info.h
|
| @@ -57,6 +57,8 @@ struct CONTENT_EXPORT KeySystemInfo {
|
| std::string pepper_type;
|
| #elif defined(OS_ANDROID)
|
| std::vector<uint8> uuid;
|
| + // TODO(qinmin): this maybe replaced by a new key_system string.
|
| + bool video_composition_enabled;
|
| #endif
|
| };
|
|
|
|
|