| 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 33fa07b6f9b74bed707888841927d29a30d71853..bb52e5b55539f48d5e3d967be77de49c745ac91d 100644
|
| --- a/gpu/ipc/common/gpu_command_buffer_traits_multi.h
|
| +++ b/gpu/ipc/common/gpu_command_buffer_traits_multi.h
|
| @@ -111,7 +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(color_buffer_half_float_rgba)
|
| IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_422)
|
| IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_420v)
|
| IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888)
|
|
|