| Index: cc/output/renderer_settings.h
|
| diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
|
| index 657996e4b779fa428d3143769bce2c85cb3ef097..5aeaee630be1bc620322f23b4cd602b78cc7a6ff 100644
|
| --- a/cc/output/renderer_settings.h
|
| +++ b/cc/output/renderer_settings.h
|
| @@ -8,6 +8,7 @@
|
| #include <stddef.h>
|
|
|
| #include "cc/base/cc_export.h"
|
| +#include "cc/resources/resource_format.h"
|
|
|
| namespace cc {
|
|
|
| @@ -30,9 +31,9 @@ class CC_EXPORT RendererSettings {
|
| bool release_overlay_resources_on_swap_complete;
|
| double refresh_rate;
|
| int highp_threshold_min;
|
| - bool use_rgba_4444_textures;
|
| size_t texture_id_allocation_chunk_size;
|
| bool use_gpu_memory_buffer_resources;
|
| + ResourceFormat preferred_tile_format;
|
|
|
| void ToProtobuf(proto::RendererSettings* proto) const;
|
| void FromProtobuf(const proto::RendererSettings& proto);
|
|
|