| Index: cc/layers/layer_impl_unittest.cc
|
| diff --git a/cc/layers/layer_impl_unittest.cc b/cc/layers/layer_impl_unittest.cc
|
| index 39469c1293dfc730f2efd5d214126e41969517ee..c5cac8dfe841356828ab284f42931e1922699d5a 100644
|
| --- a/cc/layers/layer_impl_unittest.cc
|
| +++ b/cc/layers/layer_impl_unittest.cc
|
| @@ -200,6 +200,8 @@ TEST(LayerImplTest, VerifyLayerChangesAreTrackedProperly) {
|
| root->SetClipParent(clip_parent.get()));
|
| EXECUTE_AND_VERIFY_NEEDS_PUSH_PROPERTIES_AND_SUBTREE_DID_NOT_CHANGE(
|
| root->SetClipChildren(clip_children));
|
| + EXECUTE_AND_VERIFY_NEEDS_PUSH_PROPERTIES_AND_SUBTREE_DID_NOT_CHANGE(
|
| + root->SetNumDescendantsThatDrawContent(10));
|
|
|
| // After setting all these properties already, setting to the exact same
|
| // values again should not cause any change.
|
|
|