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