| Index: gpu/command_buffer/common/capabilities.cc
|
| diff --git a/gpu/command_buffer/common/capabilities.cc b/gpu/command_buffer/common/capabilities.cc
|
| index f286eafe0927f1ff34c7f1328887e27584bd1501..257086a2e38b61decc43ccba6eaab5f649c1b4a8 100644
|
| --- a/gpu/command_buffer/common/capabilities.cc
|
| +++ b/gpu/command_buffer/common/capabilities.cc
|
| @@ -11,6 +11,7 @@ Capabilities::Capabilities()
|
| egl_image_external(false),
|
| texture_format_bgra8888(false),
|
| texture_format_etc1(false),
|
| + texture_format_etc1_npot(false),
|
| texture_rectangle(false),
|
| iosurface(false),
|
| texture_usage(false),
|
|
|