| Index: content/common/gpu/gpu_messages.h
 | 
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
 | 
| index c319073769553bca1987132083fcb53d4f0dab13..45a45adc358501c99726e6f316553f8b86f38085 100644
 | 
| --- a/content/common/gpu/gpu_messages.h
 | 
| +++ b/content/common/gpu/gpu_messages.h
 | 
| @@ -216,6 +216,11 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo::GPUDevice)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(device_string)
 | 
|  IPC_STRUCT_TRAITS_END()
 | 
|  
 | 
| +IPC_STRUCT_TRAITS_BEGIN(media::VideoDecodeAccelerator::InitParams)
 | 
| +  IPC_STRUCT_TRAITS_MEMBER(profile)
 | 
| +  IPC_STRUCT_TRAITS_MEMBER(is_encrypted)
 | 
| +IPC_STRUCT_TRAITS_END()
 | 
| +
 | 
|  IPC_STRUCT_TRAITS_BEGIN(gpu::VideoDecodeAcceleratorSupportedProfile)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(profile)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(max_resolution)
 | 
| @@ -600,7 +605,7 @@ IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_DestroyTransferBuffer,
 | 
|  // Created decoders should be freed with AcceleratedVideoDecoderMsg_Destroy when
 | 
|  // no longer needed.
 | 
|  IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_CreateVideoDecoder,
 | 
| -                           media::VideoCodecProfile /* profile */,
 | 
| +                           media::VideoDecodeAccelerator::InitParams,
 | 
|                             int32, /* route_id */
 | 
|                             bool /* succeeded */)
 | 
|  
 | 
| 
 |