Index: cc/trees/layer_tree_host_unittest.cc |
diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc |
index 89c47e14b00f1908836a9f8bb0d5181b85c239d1..753a5c2e5dd65683bbdc64a48770ffe94b48d287 100644 |
--- a/cc/trees/layer_tree_host_unittest.cc |
+++ b/cc/trees/layer_tree_host_unittest.cc |
@@ -2860,6 +2860,7 @@ class LayerTreeHostTestLayersPushProperties : public LayerTreeHostTest { |
child_->MakePushProperties(); |
// The modified layer needs commit |
++expected_push_properties_child_; |
+ ++expected_push_properties_grandchild_; |
break; |
case 13: |
child2_->MakePushProperties(); |
@@ -3019,8 +3020,10 @@ class LayerTreeHostTestImplLayersPushProperties |
// The leaf that always pushes is pushed. |
++expected_push_properties_grandchild_impl_; |
- // This child position was changed. |
+ // This child position was changed. So the subtree needs to push |
+ // properties. |
++expected_push_properties_child2_impl_; |
+ ++expected_push_properties_grandchild2_impl_; |
break; |
case 13: |
// The position of this child was changed. |