| Index: gpu/command_buffer/common/capabilities.h
|
| diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
|
| index a465ca2322e1903e553e8aa6cda2442f8f8c212a..4e897f0051e16728c4e2d108533e5031c8cfeac1 100644
|
| --- a/gpu/command_buffer/common/capabilities.h
|
| +++ b/gpu/command_buffer/common/capabilities.h
|
| @@ -78,7 +78,9 @@ struct GPU_EXPORT Capabilities {
|
|
|
| bool post_sub_buffer;
|
| bool egl_image_external;
|
| + bool texture_format_atc;
|
| bool texture_format_bgra8888;
|
| + bool texture_format_dxt;
|
| bool texture_format_etc1;
|
| bool texture_format_etc1_npot;
|
| bool texture_rectangle;
|
|
|