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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2859483006: cc: Enable composited border-radius scrolling.
Patch Set: test-rebaseline Created 3 years, 6 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 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

Powered by Google App Engine
This is Rietveld 408576698