| Index: gpu/command_buffer/common/capabilities.cc
|
| diff --git a/gpu/command_buffer/common/capabilities.cc b/gpu/command_buffer/common/capabilities.cc
|
| index 97c26d8f539446fee8a949b1429be1f2b6934741..58efef01734fdf2433e110e0e0122f474dbcd061 100644
|
| --- a/gpu/command_buffer/common/capabilities.cc
|
| +++ b/gpu/command_buffer/common/capabilities.cc
|
| @@ -28,7 +28,10 @@ Capabilities::Capabilities()
|
| uniform_buffer_offset_alignment(1),
|
| post_sub_buffer(false),
|
| egl_image_external(false),
|
| + texture_format_atc(false),
|
| texture_format_bgra8888(false),
|
| + texture_format_dxt1(false),
|
| + texture_format_dxt5(false),
|
| texture_format_etc1(false),
|
| texture_format_etc1_npot(false),
|
| texture_rectangle(false),
|
|
|