| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index d463ef0f792f1ab162740e3d8fb38dee9003e053..997a6e8f70545afddd0dec83f62ee741b4b7934f 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -227,6 +227,11 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::VideoDecodeAcceleratorSupportedProfile)
|
| IPC_STRUCT_TRAITS_MEMBER(min_resolution)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(gpu::VideoDecodeAcceleratorCapabilities)
|
| + IPC_STRUCT_TRAITS_MEMBER(supported_profiles)
|
| + IPC_STRUCT_TRAITS_MEMBER(flags)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(gpu::VideoEncodeAcceleratorSupportedProfile)
|
| IPC_STRUCT_TRAITS_MEMBER(profile)
|
| IPC_STRUCT_TRAITS_MEMBER(max_resolution)
|
| @@ -270,7 +275,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(dx_diagnostics_info_state)
|
| IPC_STRUCT_TRAITS_MEMBER(dx_diagnostics)
|
| #endif
|
| - IPC_STRUCT_TRAITS_MEMBER(video_decode_accelerator_supported_profiles)
|
| + IPC_STRUCT_TRAITS_MEMBER(video_decode_accelerator_capabilities)
|
| IPC_STRUCT_TRAITS_MEMBER(video_encode_accelerator_supported_profiles)
|
| IPC_STRUCT_TRAITS_MEMBER(jpeg_decode_accelerator_supported)
|
| IPC_STRUCT_TRAITS_END()
|
|
|