cc : Stop pushing properties not used by LayerImpl to LayerImpl (4)
This CL removes pushing properties :
clip_parent, chil_children, scroll parent, scroll_children
BUG=602438
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review-Url: https://codereview.chromium.org/1924933002
Cr-Commit-Position: refs/heads/master@{#390273}
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 829f4e35..0d35c955 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -119,6 +119,8 @@
"layers/layer_collections.h",
"layers/layer_impl.cc",
"layers/layer_impl.h",
+ "layers/layer_impl_test_properties.cc",
+ "layers/layer_impl_test_properties.h",
"layers/layer_iterator.h",
"layers/layer_list_iterator.cc",
"layers/layer_list_iterator.h",