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

Unified Diff: cc/layers/layer_impl_test_properties.cc

Issue 1947683007: cc : Add subtree is hidden bool to effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « cc/layers/layer_impl_test_properties.h ('k') | cc/proto/property_tree.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e63b8bf69daf762e1d56a7177a0025ab30f5f05b..0c7c70ab59774d38034409590eb0c6e34d3abb45 100644
--- a/cc/layers/layer_impl_test_properties.cc
+++ b/cc/layers/layer_impl_test_properties.cc
@@ -11,6 +11,7 @@ LayerImplTestProperties::LayerImplTestProperties()
force_render_surface(false),
is_container_for_fixed_position_layers(false),
should_flatten_transform(true),
+ hide_layer_and_subtree(false),
num_descendants_that_draw_content(0),
scroll_parent(nullptr),
clip_parent(nullptr) {}
« no previous file with comments | « cc/layers/layer_impl_test_properties.h ('k') | cc/proto/property_tree.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698