| Index: cc/layers/nine_patch_layer_impl_unittest.cc
|
| diff --git a/cc/layers/nine_patch_layer_impl_unittest.cc b/cc/layers/nine_patch_layer_impl_unittest.cc
|
| index 3535c9851068fb6d170d109393fa6f3f38229a0d..ac77d123d0103a23887c1d80ba0d17fde51ee1bc 100644
|
| --- a/cc/layers/nine_patch_layer_impl_unittest.cc
|
| +++ b/cc/layers/nine_patch_layer_impl_unittest.cc
|
| @@ -84,7 +84,7 @@ void NinePatchLayerLayoutTest(const gfx::Size& bitmap_size,
|
| // Check if the left-over quad is the same size as the mapped aperture quad in
|
| // layer space.
|
| if (!fill_center) {
|
| - EXPECT_EQ(expected_remaining, gfx::ToEnclosedRect(remaining.bounds()));
|
| + EXPECT_EQ(expected_remaining, remaining.bounds());
|
| } else {
|
| EXPECT_TRUE(remaining.bounds().IsEmpty());
|
| }
|
|
|