Chromium Code Reviews| Index: cc/layers/layer_impl_unittest.cc |
| diff --git a/cc/layers/layer_impl_unittest.cc b/cc/layers/layer_impl_unittest.cc |
| index 714093eefa28a44a1e8eb30d82da07e51dec63d7..449e7108952b03b0c8bc5cc0506c641acc19587e 100644 |
| --- a/cc/layers/layer_impl_unittest.cc |
| +++ b/cc/layers/layer_impl_unittest.cc |
| @@ -245,7 +245,7 @@ TEST(LayerImplTest, VerifyLayerChangesAreTrackedProperly) { |
| // After setting all these properties already, setting to the exact same |
| // values again should not cause any change. |
| EXECUTE_AND_VERIFY_SUBTREE_DID_NOT_CHANGE( |
| - root->SetTransformOrigin(arbitrary_point_3f)); |
| + root->test_properties()->transform_origin = arbitrary_point_3f); |
|
ajuma
2016/04/20 22:01:12
Given that this has now moved to test_properties,
jaydasika
2016/04/20 22:05:43
Done.
|
| EXECUTE_AND_VERIFY_SUBTREE_DID_NOT_CHANGE(root->SetMasksToBounds(true)); |
| EXECUTE_AND_VERIFY_SUBTREE_DID_NOT_CHANGE( |
| root->SetPosition(arbitrary_point_f)); |