| 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 80928b3f06857d477c0c83272015049606f378a8..ca1535d3251a5423234beab7e26e69028ece1a09 100644
|
| --- a/cc/layers/layer_impl_test_properties.h
|
| +++ b/cc/layers/layer_impl_test_properties.h
|
| @@ -32,6 +32,7 @@ struct CC_EXPORT LayerImplTestProperties {
|
|
|
| LayerImpl* owning_layer;
|
| bool double_sided;
|
| + bool cache_render_surface;
|
| bool force_render_surface;
|
| bool is_container_for_fixed_position_layers;
|
| bool should_flatten_transform;
|
|
|