| Index: cc/output/renderer_settings.h
|
| diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
|
| index 3934139cf06c3ba93a4e8f06d521c496feb9d753..eba726307d5129d05580a56d17c0570ff606165f 100644
|
| --- a/cc/output/renderer_settings.h
|
| +++ b/cc/output/renderer_settings.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "cc/base/cc_export.h"
|
| +#include "cc/resources/resource_format.h"
|
|
|
| namespace cc {
|
|
|
| @@ -25,9 +26,10 @@ class CC_EXPORT RendererSettings {
|
| bool delay_releasing_overlay_resources;
|
| 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 memory_efficient_format;
|
| + ResourceFormat memory_efficient_format_with_alpha;
|
| };
|
|
|
| } // namespace cc
|
|
|