| 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;
|
|
|