X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcc%2Flayers%2Fio_surface_layer.h;h=9939f56f6db99bdea74c28fe25d935a6df52a719;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=e2e831a7e87d46882abf96546e8971f4e061076b;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/cc/layers/io_surface_layer.h b/src/cc/layers/io_surface_layer.h index e2e831a..9939f56 100644 --- a/src/cc/layers/io_surface_layer.h +++ b/src/cc/layers/io_surface_layer.h @@ -14,7 +14,7 @@ class CC_EXPORT IOSurfaceLayer : public Layer { public: static scoped_refptr Create(); - void SetIOSurfaceProperties(uint32_t io_surface_id, gfx::Size size); + void SetIOSurfaceProperties(uint32_t io_surface_id, const gfx::Size& size); virtual scoped_ptr CreateLayerImpl(LayerTreeImpl* tree_impl) OVERRIDE;