| Index: gpu/ipc/common/gpu_info.mojom
|
| diff --git a/gpu/ipc/common/gpu_info.mojom b/gpu/ipc/common/gpu_info.mojom
|
| index ded83fadce610563dd05bc3e69bbbce839f0955b..ef65b579e28359ec9f4a98cb6ead667c8db438f4 100644
|
| --- a/gpu/ipc/common/gpu_info.mojom
|
| +++ b/gpu/ipc/common/gpu_info.mojom
|
| @@ -61,6 +61,7 @@ struct VideoDecodeAcceleratorSupportedProfile {
|
|
|
| // gpu::VideoDecodeAcceleratorCapabilities
|
| struct VideoDecodeAcceleratorCapabilities {
|
| + array<VideoDecodeAcceleratorSupportedProfile> supported_profiles;
|
| uint32 flags;
|
| };
|
|
|
|
|