Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2859483006: cc: Enable composited border-radius scrolling.
Patch Set: Make respect-clip-for-non-composited-scrollers-when-prefering-compositing-to-lcd-text.html not a re… Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698