| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index c15cc54a8c39fab786d40bc4a33f8d5ae6550d9b..075f248c854added8e13ec66287890af6505370f 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -64,6 +64,9 @@ IPC_ENUM_TRAITS_MIN_MAX_VALUE(media::VideoCodecProfile,
|
| IPC_ENUM_TRAITS_MIN_MAX_VALUE(gpu::CollectInfoResult,
|
| gpu::kCollectInfoNone,
|
| gpu::kCollectInfoFatalFailure)
|
| +IPC_ENUM_TRAITS_MIN_MAX_VALUE(gpu::VideoCodecProfile,
|
| + gpu::VIDEO_CODEC_PROFILE_MIN,
|
| + gpu::VIDEO_CODEC_PROFILE_MAX)
|
|
|
| IPC_STRUCT_BEGIN(GPUCreateCommandBufferConfig)
|
| IPC_STRUCT_MEMBER(int32, share_group_id)
|
| @@ -138,7 +141,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo::GPUDevice)
|
| IPC_STRUCT_TRAITS_MEMBER(device_string)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(media::VideoEncodeAccelerator::SupportedProfile)
|
| +IPC_STRUCT_TRAITS_BEGIN(gpu::VideoEncodeAcceleratorSupportedProfile)
|
| IPC_STRUCT_TRAITS_MEMBER(profile)
|
| IPC_STRUCT_TRAITS_MEMBER(max_resolution)
|
| IPC_STRUCT_TRAITS_MEMBER(max_framerate_numerator)
|
|
|