Chromium Code Reviews| Index: gpu/command_buffer/common/capabilities.h |
| diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h |
| index 60f7b0d44c3b78606a9a0ce84e5798c2850c5ef2..cb0246f7875ce8f31f301e6dbb486f2c889c43e1 100644 |
| --- a/gpu/command_buffer/common/capabilities.h |
| +++ b/gpu/command_buffer/common/capabilities.h |
| @@ -21,7 +21,7 @@ struct GPU_EXPORT Capabilities { |
| bool texture_storage; |
| bool discard_framebuffer; |
| bool sync_query; |
| - bool map_image; |
| + bool image; |
| bool future_sync_points; |
| Capabilities(); |