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

Unified Diff: cc/layers/layer_impl_test_properties.h

Issue 2017263002: cc: Move copy requests from layers to the effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in comment Created 4 years, 7 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
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/layers/layer_impl_test_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 627362e4815cb9e72b3d71a1d83e059902868615..0e98c37df1430f33672640e30486d1eddeba3c92 100644
--- a/cc/layers/layer_impl_test_properties.h
+++ b/cc/layers/layer_impl_test_properties.h
@@ -6,6 +6,7 @@
#define CC_LAYERS_LAYER_IMPL_TEST_PROPERTIES_H_
#include <set>
+#include <vector>
#include "base/memory/ptr_util.h"
#include "cc/layers/layer_position_constraint.h"
@@ -13,6 +14,7 @@
namespace cc {
+class CopyOutputRequest;
class LayerImpl;
struct CC_EXPORT LayerImplTestProperties {
@@ -32,6 +34,7 @@ struct CC_EXPORT LayerImplTestProperties {
std::unique_ptr<std::set<LayerImpl*>> scroll_children;
LayerImpl* clip_parent;
std::unique_ptr<std::set<LayerImpl*>> clip_children;
+ std::vector<std::unique_ptr<CopyOutputRequest>> copy_requests;
};
} // namespace cc
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/layers/layer_impl_test_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698