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

Unified Diff: cc/layers/layer_impl_test_properties.h

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.h
diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
index b541a06ca18cc48921c40968d2865436bd6532bb..6ca6d759ae6a3b1256d78588edde241d5faabba2 100644
--- a/cc/layers/layer_impl_test_properties.h
+++ b/cc/layers/layer_impl_test_properties.h
@@ -38,6 +38,7 @@ struct CC_EXPORT LayerImplTestProperties {
bool hide_layer_and_subtree;
bool opacity_can_animate;
int num_descendants_that_draw_content;
+ int sorting_context_id;
size_t num_unclipped_descendants;
float opacity;
FilterOperations filters;

Powered by Google App Engine
This is Rietveld 408576698