| Index: cc/layers/picture_layer_unittest.cc
|
| diff --git a/cc/layers/picture_layer_unittest.cc b/cc/layers/picture_layer_unittest.cc
|
| index dc434157b97450599fa9a21e2a2fff1d69328d17..5e12d001e9bd66615140a3bdb0eb64dcbb461fbd 100644
|
| --- a/cc/layers/picture_layer_unittest.cc
|
| +++ b/cc/layers/picture_layer_unittest.cc
|
| @@ -58,7 +58,7 @@ TEST(PictureLayerTest, NoTilesIfEmptyBounds) {
|
| EXPECT_FALSE(layer_impl->CanHaveTilings());
|
| EXPECT_TRUE(layer_impl->bounds() == gfx::Size(0, 0));
|
| EXPECT_TRUE(layer_impl->pile()->size() == gfx::Size(0, 0));
|
| - EXPECT_TRUE(layer_impl->pile()->recorded_region().IsEmpty());
|
| + EXPECT_FALSE(layer_impl->pile()->HasAnyRecordings());
|
| }
|
| #ifndef NDEBUG
|
| proxy.SetCurrentThreadIsImplThread(false);
|
|
|