Chromium Code Reviews| Index: cc/trees/layer_tree_settings.cc |
| =================================================================== |
| --- cc/trees/layer_tree_settings.cc (revision 283005) |
| +++ cc/trees/layer_tree_settings.cc (working copy) |
| @@ -63,7 +63,8 @@ |
| ignore_root_layer_flings(false), |
| use_rgba_4444_textures(false), |
| touch_hit_testing(true), |
| - texture_id_allocation_chunk_size(64) { |
| + texture_id_allocation_chunk_size(64), |
| + record_full_layer(false) { |
| } |
| LayerTreeSettings::~LayerTreeSettings() {} |