Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 21498900ec81c3a5ea21f20c56b19217b5aef876..d984ac394935f9405d96d75b971ba2767ae31169 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -78,12 +78,12 @@ IPC_STRUCT_BEGIN(GPUCreateCommandBufferConfig) |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(GpuMsg_CreateGpuMemoryBuffer_Params) |
-IPC_STRUCT_MEMBER(int32, id) |
-IPC_STRUCT_MEMBER(gfx::Size, size) |
-IPC_STRUCT_MEMBER(gfx::GpuMemoryBuffer::Format, format) |
-IPC_STRUCT_MEMBER(gfx::GpuMemoryBuffer::Usage, usage) |
-IPC_STRUCT_MEMBER(int32, client_id) |
-IPC_STRUCT_MEMBER(gfx::PluginWindowHandle, surface_handle) |
+ IPC_STRUCT_MEMBER(int32, id) |
+ IPC_STRUCT_MEMBER(gfx::Size, size) |
+ IPC_STRUCT_MEMBER(gfx::GpuMemoryBuffer::Format, format) |
+ IPC_STRUCT_MEMBER(gfx::GpuMemoryBuffer::Usage, usage) |
+ IPC_STRUCT_MEMBER(int32, client_id) |
+ IPC_STRUCT_MEMBER(gfx::PluginWindowHandle, surface_handle) |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params) |
@@ -146,6 +146,12 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo::GPUDevice) |
IPC_STRUCT_TRAITS_MEMBER(device_string) |
IPC_STRUCT_TRAITS_END() |
+IPC_STRUCT_TRAITS_BEGIN(gpu::VideoDecodeAcceleratorSupportedProfile) |
+ IPC_STRUCT_TRAITS_MEMBER(profile) |
+ IPC_STRUCT_TRAITS_MEMBER(max_resolution) |
+ IPC_STRUCT_TRAITS_MEMBER(min_resolution) |
+IPC_STRUCT_TRAITS_END() |
+ |
IPC_STRUCT_TRAITS_BEGIN(gpu::VideoEncodeAcceleratorSupportedProfile) |
IPC_STRUCT_TRAITS_MEMBER(profile) |
IPC_STRUCT_TRAITS_MEMBER(max_resolution) |
@@ -188,6 +194,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_encode_accelerator_supported_profiles) |
IPC_STRUCT_TRAITS_END() |