Chromium Code Reviews| Index: cc/output/renderer_settings.h |
| diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h |
| index 4757f8d5571fc59cca4dd91f31f323d797f7466f..c14b580e1d106aa221cda7d98dad6f9c527c59e8 100644 |
| --- a/cc/output/renderer_settings.h |
| +++ b/cc/output/renderer_settings.h |
| @@ -26,6 +26,7 @@ class CC_EXPORT RendererSettings { |
| int highp_threshold_min; |
| bool use_rgba_4444_textures; |
| size_t texture_id_allocation_chunk_size; |
| + bool use_tile_compression; |
| }; |
| } // namespace cc |