| Index: gpu/ipc/common/gpu_command_buffer_traits_multi.h
|
| diff --git a/gpu/ipc/common/gpu_command_buffer_traits_multi.h b/gpu/ipc/common/gpu_command_buffer_traits_multi.h
|
| index 51a3dfc9e33425cd301ad3b9659092b035623b49..547c4da96363829beeb2b0d3706bda4ea3b79836 100644
|
| --- a/gpu/ipc/common/gpu_command_buffer_traits_multi.h
|
| +++ b/gpu/ipc/common/gpu_command_buffer_traits_multi.h
|
| @@ -111,6 +111,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::Capabilities)
|
| IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent)
|
| IPC_STRUCT_TRAITS_MEMBER(texture_rg)
|
| IPC_STRUCT_TRAITS_MEMBER(texture_half_float_linear)
|
| + IPC_STRUCT_TRAITS_MEMBER(color_buffer_float)
|
| IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_422)
|
| IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_420v)
|
| IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888)
|
|
|