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

Unified Diff: cc/layers/layer_impl_test_properties.h

Issue 2084233002: cc: Move LayerImpl::AddChild and RemoveChild to LayerImplTestProperties (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
« 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 eefa9bfde701642b60cc1d15e7a78a20e9186be3..9cca459be0b93b71512f677e032abb49e4f5cf18 100644
--- a/cc/layers/layer_impl_test_properties.h
+++ b/cc/layers/layer_impl_test_properties.h
@@ -22,6 +22,8 @@ struct CC_EXPORT LayerImplTestProperties {
explicit LayerImplTestProperties(LayerImpl* owning_layer);
~LayerImplTestProperties();
+ void AddChild(std::unique_ptr<LayerImpl> child);
+ std::unique_ptr<LayerImpl> RemoveChild(LayerImpl* child);
void SetMaskLayer(std::unique_ptr<LayerImpl> mask);
void SetReplicaLayer(std::unique_ptr<LayerImpl> replica);
« 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