Chromium Code Reviews| Index: cc/trees/layer_tree_settings.h |
| diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h |
| index 0e1819b0d9578e0ec7a4e93183d4fa6b2d3b40b0..ccc858ba84f6bff72bf4178ea653180f97182290 100644 |
| --- a/cc/trees/layer_tree_settings.h |
| +++ b/cc/trees/layer_tree_settings.h |
| @@ -74,7 +74,8 @@ class CC_EXPORT LayerTreeSettings { |
| bool use_one_copy; |
| bool use_zero_copy; |
| bool enable_elastic_overscroll; |
| - unsigned use_image_texture_target; |
| + unsigned map_image_texture_target; |
| + unsigned persistent_map_image_texture_target; |
|
reveman
2015/05/19 16:12:12
How are we going to tell the compositor to use par
danakj
2015/05/19 20:11:51
The compositor decides in LTHI to use zero or one
|
| bool ignore_root_layer_flings; |
| size_t scheduled_raster_task_limit; |
| bool use_occlusion_for_tile_prioritization; |