| Index: cc/trees/layer_tree_settings.h
|
| diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
|
| index 42e61522e3051d4162de9664657d932fe28d66a2..f0291fb7b08aa8feb963e2af773763a342a04e19 100644
|
| --- a/cc/trees/layer_tree_settings.h
|
| +++ b/cc/trees/layer_tree_settings.h
|
| @@ -91,7 +91,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;
|
|
|
| // 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
|
|
|