| Index: cc/output/context_provider.cc
|
| diff --git a/cc/output/context_provider.cc b/cc/output/context_provider.cc
|
| index 7f46f7ccc67e6f96007c5f21767e9c885b0589a3..a823fa29f3d248ab16bc091b8296c9462da9e621 100644
|
| --- a/cc/output/context_provider.cc
|
| +++ b/cc/output/context_provider.cc
|
| @@ -21,6 +21,7 @@ ContextProvider::Capabilities::Capabilities()
|
| shallow_flush(false),
|
| swapbuffers_complete_callback(false),
|
| texture_format_bgra8888(false),
|
| + texture_format_etc1(false),
|
| texture_rectangle(false),
|
| texture_storage(false),
|
| texture_usage(false),
|
|
|