Index: cc/test/fake_picture_pile.cc |
diff --git a/cc/test/fake_picture_pile.cc b/cc/test/fake_picture_pile.cc |
index 4db6c58a8345dacb1e7a1489724867af4810fa3f..cc0a7ba9f6f37786f18b8e9d6f078fec0c75a07c 100644 |
--- a/cc/test/fake_picture_pile.cc |
+++ b/cc/test/fake_picture_pile.cc |
@@ -49,8 +49,7 @@ scoped_ptr<FakePicturePile> FakePicturePile::CreateEmptyPile( |
return CreatePile(tile_size, layer_bounds, is_filled); |
} |
-scoped_refptr<RasterSource> FakePicturePile::CreateRasterSource( |
- bool can_use_lcd_text) const { |
+scoped_refptr<RasterSource> FakePicturePile::CreateRasterSource() const { |
return FakePicturePileImpl::CreateFromPile(this, playback_allowed_event_); |
} |