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 902d64b2d0f3cc86f84b12a349daacaa626563d7..c7b96b15654fd8a3ca20f248679a63b326ef4b16 100644 |
| --- a/cc/trees/layer_tree_settings.h |
| +++ b/cc/trees/layer_tree_settings.h |
| @@ -93,7 +93,7 @@ class CC_EXPORT LayerTreeSettings { |
| // TODO(sunxd): remove this flag when filter demoting and aa of mask layers |
| // are implemented. |
| - bool enable_mask_tiling = false; |
| + bool enable_mask_tiling = true; |
|
chrishtr
2017/06/21 15:26:56
It looks like this CL actually does two things: co
|
| // If set to true, the compositor may selectively defer image decodes to the |
| // Image Decode Service and raster tiles without images until the decode is |