| Index: cc/layers/picture_layer_unittest.cc
|
| diff --git a/cc/layers/picture_layer_unittest.cc b/cc/layers/picture_layer_unittest.cc
|
| index bb1405ed6af548c7b87696aaa02895f6b5ce5e7d..69fe46441060c1a4971ef358bab706a9561044f6 100644
|
| --- a/cc/layers/picture_layer_unittest.cc
|
| +++ b/cc/layers/picture_layer_unittest.cc
|
| @@ -441,7 +441,7 @@ TEST(PictureLayerTest, SuitableForGpuRasterization) {
|
| gfx::Rect layer_rect(layer_bounds);
|
| Region invalidation(layer_rect);
|
| recording_source->UpdateAndExpandInvalidation(
|
| - client, &invalidation, layer_bounds, 1, RecordingSource::RECORD_NORMALLY);
|
| + client, &invalidation, layer_bounds, RecordingSource::RECORD_NORMALLY);
|
|
|
| // Layer is suitable for gpu rasterization by default.
|
| EXPECT_TRUE(recording_source->IsSuitableForGpuRasterization());
|
|
|