Index: cc/layers/layer_impl_unittest.cc |
diff --git a/cc/layers/layer_impl_unittest.cc b/cc/layers/layer_impl_unittest.cc |
index ccb6c7cc3a2d3b48c354467396b3cd977b88b145..f0d0bb3ebc191c1df50be9c202155688c95f1714 100644 |
--- a/cc/layers/layer_impl_unittest.cc |
+++ b/cc/layers/layer_impl_unittest.cc |
@@ -139,7 +139,7 @@ TEST(LayerImplTest, VerifyLayerChangesAreTrackedProperly) { |
// These properties are internal, and should not be considered "change" when |
// they are used. |
EXECUTE_AND_VERIFY_NEEDS_PUSH_PROPERTIES_AND_SUBTREE_DID_NOT_CHANGE( |
- root->SetUpdateRect(arbitrary_rect_f)); |
+ root->SetUpdateRect(arbitrary_rect)); |
EXECUTE_AND_VERIFY_ONLY_LAYER_CHANGED(root->SetBounds(arbitrary_size)); |
// Changing these properties affects the entire subtree of layers. |