| Index: cc/test/fake_picture_pile_impl.h
|
| diff --git a/cc/test/fake_picture_pile_impl.h b/cc/test/fake_picture_pile_impl.h
|
| index ae424bbba5af69f3caf93c000b19175ec7c66d3e..20d44e398b393006f881bd50b2336ae3942c4723 100644
|
| --- a/cc/test/fake_picture_pile_impl.h
|
| +++ b/cc/test/fake_picture_pile_impl.h
|
| @@ -14,16 +14,16 @@
|
| class FakePicturePileImpl : public PicturePileImpl {
|
| public:
|
| static scoped_refptr<FakePicturePileImpl> CreateFilledPile(
|
| - const gfx::Size& tile_size,
|
| - const gfx::Size& layer_bounds);
|
| + gfx::Size tile_size,
|
| + gfx::Size layer_bounds);
|
|
|
| static scoped_refptr<FakePicturePileImpl> CreateEmptyPile(
|
| - const gfx::Size& tile_size,
|
| - const gfx::Size& layer_bounds);
|
| + gfx::Size tile_size,
|
| + gfx::Size layer_bounds);
|
|
|
| static scoped_refptr<FakePicturePileImpl> CreatePileWithRecordedRegion(
|
| - const gfx::Size& tile_size,
|
| - const gfx::Size& layer_bounds,
|
| + gfx::Size tile_size,
|
| + gfx::Size layer_bounds,
|
| const Region& recorded_region);
|
|
|
| static scoped_refptr<FakePicturePileImpl> CreatePile();
|
|
|