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

Unified Diff: cc/layers/layer_impl_test_properties.cc

Issue 2846653002: cc : Stop pushing layers from hidden subtrees at commit
Patch Set: don't add hidden layers to push propreties list 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 9de5d11d43969b5d6a3ef844da2ea18a18b29712..e469fd53ec6263349f4aeb64ae4ce95a1f7291b3 100644
--- a/cc/layers/layer_impl_test_properties.cc
+++ b/cc/layers/layer_impl_test_properties.cc
@@ -16,9 +16,7 @@ LayerImplTestProperties::LayerImplTestProperties(LayerImpl* owning_layer)
force_render_surface(false),
is_container_for_fixed_position_layers(false),
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