| Index: gpu/command_buffer/common/capabilities.cc
|
| diff --git a/gpu/command_buffer/common/capabilities.cc b/gpu/command_buffer/common/capabilities.cc
|
| index ab33aeb707a794ce7400aaf4dc347620cdafa440..cf507c7fad160b8bdf85858d18e4fc4a2b82a5d2 100644
|
| --- a/gpu/command_buffer/common/capabilities.cc
|
| +++ b/gpu/command_buffer/common/capabilities.cc
|
| @@ -25,7 +25,9 @@ Capabilities::Capabilities()
|
| bind_generates_resource_chromium(0),
|
| post_sub_buffer(false),
|
| egl_image_external(false),
|
| + texture_format_atc(false),
|
| texture_format_bgra8888(false),
|
| + texture_format_dxt(false),
|
| texture_format_etc1(false),
|
| texture_format_etc1_npot(false),
|
| texture_rectangle(false),
|
|
|