| Index: gpu/command_buffer/common/capabilities.h
|
| diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
|
| index b190dcc99e2efd9af2b65df3098d81c813752b2b..15de84c5c6578ce290156ea170f69a2bf0eb1dd2 100644
|
| --- a/gpu/command_buffer/common/capabilities.h
|
| +++ b/gpu/command_buffer/common/capabilities.h
|
| @@ -140,7 +140,7 @@ struct GPU_EXPORT Capabilities {
|
| bool blend_equation_advanced_coherent = false;
|
| bool texture_rg = false;
|
| bool texture_half_float_linear = false;
|
| - bool color_buffer_float = false;
|
| + bool color_buffer_half_float_rgba = false;
|
| bool image_ycbcr_422 = false;
|
| bool image_ycbcr_420v = false;
|
| bool render_buffer_format_bgra8888 = false;
|
|
|