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

Unified Diff: cc/layers/layer_impl_test_properties.cc

Issue 2822303003: cc : Compute subtree has copy requests before property tree building (Closed)
Patch Set: . Created 3 years, 8 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/layers/layer_impl_test_properties.cc
diff --git a/cc/layers/layer_impl_test_properties.cc b/cc/layers/layer_impl_test_properties.cc
index 2ae194db2aa87eab0f580f1ffeb06cd865f2d846..9de5d11d43969b5d6a3ef844da2ea18a18b29712 100644
--- a/cc/layers/layer_impl_test_properties.cc
+++ b/cc/layers/layer_impl_test_properties.cc
@@ -18,6 +18,7 @@ LayerImplTestProperties::LayerImplTestProperties(LayerImpl* owning_layer)
should_flatten_transform(true),
hide_layer_and_subtree(false),
opacity_can_animate(false),
+ subtree_has_copy_request(false),
sorting_context_id(0),
opacity(1.f),
blend_mode(SkBlendMode::kSrcOver),

Powered by Google App Engine
This is Rietveld 408576698