Chromium Code Reviews| Index: cc/output/context_provider.h |
| diff --git a/cc/output/context_provider.h b/cc/output/context_provider.h |
| index 01ba0d816e47f851dae8ef868c7bb3611b6e2b5f..6db326d7f9a570210120bc74385a2daf51fabda2 100644 |
| --- a/cc/output/context_provider.h |
| +++ b/cc/output/context_provider.h |
| @@ -41,6 +41,7 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> { |
| bool shallow_flush; |
| bool swapbuffers_complete_callback; |
| bool texture_format_bgra8888; |
| + bool texture_format_etc1; |
| bool texture_rectangle; |
| bool texture_storage; |
| bool texture_usage; |