| Index: gpu/command_buffer/common/capabilities.h
|
| diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
|
| index 2ad1bfbe26172256755964a3abbb0f9ac8971403..0ac1136b7f6a6a4294cb73d00c065af6af998010 100644
|
| --- a/gpu/command_buffer/common/capabilities.h
|
| +++ b/gpu/command_buffer/common/capabilities.h
|
| @@ -179,9 +179,6 @@ struct GPU_EXPORT Capabilities {
|
| // When true, non-empty post sub buffer calls are unsupported.
|
| bool disable_non_empty_post_sub_buffers = false;
|
|
|
| - // Use GL_CHROMIUM_texture_buffer extension if true.
|
| - bool texture_buffer_chromium = false;
|
| -
|
| int major_version = 2;
|
| int minor_version = 0;
|
| };
|
|
|