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

Unified Diff: cc/layers/layer_impl_test_properties.cc

Issue 2781483006: cc : Compute render surface is_clipped outside property tree building (Closed)
Patch Set: . Created 3 years, 9 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 ee0339b3aa6ab6dfd8d11b307dba8d88f60aa8c6..2ae194db2aa87eab0f580f1ffeb06cd865f2d846 100644
--- a/cc/layers/layer_impl_test_properties.cc
+++ b/cc/layers/layer_impl_test_properties.cc
@@ -18,9 +18,7 @@ LayerImplTestProperties::LayerImplTestProperties(LayerImpl* owning_layer)
should_flatten_transform(true),
hide_layer_and_subtree(false),
opacity_can_animate(false),
- num_descendants_that_draw_content(0),
sorting_context_id(0),
- num_unclipped_descendants(0),
opacity(1.f),
blend_mode(SkBlendMode::kSrcOver),
scroll_parent(nullptr),

Powered by Google App Engine
This is Rietveld 408576698