Chromium Code Reviews| Index: cc/output/renderer_settings.h |
| diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h |
| index 48aa13d00541f4fdb93102a94d71d37108e119ed..44d67e7cf1030f03f9e659f0d811e76cc53110e9 100644 |
| --- a/cc/output/renderer_settings.h |
| +++ b/cc/output/renderer_settings.h |
| @@ -27,6 +27,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; |
|
reveman
2015/09/30 09:55:15
Can we merge this with use_rgba_4444_textures some
christiank
2015/11/26 15:35:35
This would be good, I agree. I think we'd need a n
reveman
2015/11/27 16:46:49
Can we just use ResourceFormat and require it to b
christiank
2015/11/30 15:41:08
Yes, that would work. I have made this change now,
|
| }; |
| } // namespace cc |