| Index: media/video/video_decode_accelerator.h
|
| diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
|
| index c0f6b1e862b8d78cbe4f932f98ca1514a5a064e0..ad73432b37ebb265cb9957cd72394abfa2083c6a 100644
|
| --- a/media/video/video_decode_accelerator.h
|
| +++ b/media/video/video_decode_accelerator.h
|
| @@ -33,6 +33,7 @@ class MEDIA_EXPORT VideoDecodeAccelerator {
|
| VideoCodecProfile profile;
|
| gfx::Size max_resolution;
|
| gfx::Size min_resolution;
|
| + bool encrypted_only;
|
| };
|
| using SupportedProfiles = std::vector<SupportedProfile>;
|
|
|
|
|