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

Unified Diff: cc/layers/layer_impl_test_properties.h

Issue 2053193002: cc : Move LayerImpl::children to test properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 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

Powered by Google App Engine
This is Rietveld 408576698