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

Unified Diff: cc/layers/layer_impl_test_properties.cc

Issue 2615773003: Replace LayerImpl::sorting_context_id with transform reference. (Closed)
Patch Set: Update tests. Created 3 years, 11 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 cc4b5c95e54c8106e24cbbfa42e45a373e5f2dbe..ee0339b3aa6ab6dfd8d11b307dba8d88f60aa8c6 100644
--- a/cc/layers/layer_impl_test_properties.cc
+++ b/cc/layers/layer_impl_test_properties.cc
@@ -19,6 +19,7 @@ LayerImplTestProperties::LayerImplTestProperties(LayerImpl* owning_layer)
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),

Powered by Google App Engine
This is Rietveld 408576698