| 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 88a8c52e57c28206e1477bf32bfb0f4e36a702ac..8a5f44cf416051eac92a12057465608b9a7703d2 100644
|
| --- a/cc/layers/layer_impl_test_properties.h
|
| +++ b/cc/layers/layer_impl_test_properties.h
|
| @@ -9,6 +9,7 @@
|
| #include <vector>
|
|
|
| #include "base/memory/ptr_util.h"
|
| +#include "cc/layers/layer_collections.h"
|
| #include "cc/layers/layer_position_constraint.h"
|
| #include "ui/gfx/geometry/point3_f.h"
|
|
|
| @@ -37,6 +38,7 @@ struct CC_EXPORT LayerImplTestProperties {
|
| LayerImpl* clip_parent;
|
| std::unique_ptr<std::set<LayerImpl*>> clip_children;
|
| std::vector<std::unique_ptr<CopyOutputRequest>> copy_requests;
|
| + LayerImplList children;
|
| };
|
|
|
| } // namespace cc
|
|
|