X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcc%2Ftest%2Ffake_picture_pile_impl.h;h=ae424bbba5af69f3caf93c000b19175ec7c66d3e;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=20d44e398b393006f881bd50b2336ae3942c4723;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/cc/test/fake_picture_pile_impl.h b/src/cc/test/fake_picture_pile_impl.h index 20d44e3..ae424bb 100644 --- a/src/cc/test/fake_picture_pile_impl.h +++ b/src/cc/test/fake_picture_pile_impl.h @@ -14,16 +14,16 @@ namespace cc { class FakePicturePileImpl : public PicturePileImpl { public: static scoped_refptr CreateFilledPile( - gfx::Size tile_size, - gfx::Size layer_bounds); + const gfx::Size& tile_size, + const gfx::Size& layer_bounds); static scoped_refptr CreateEmptyPile( - gfx::Size tile_size, - gfx::Size layer_bounds); + const gfx::Size& tile_size, + const gfx::Size& layer_bounds); static scoped_refptr CreatePileWithRecordedRegion( - gfx::Size tile_size, - gfx::Size layer_bounds, + const gfx::Size& tile_size, + const gfx::Size& layer_bounds, const Region& recorded_region); static scoped_refptr CreatePile();