Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / cc / layers / io_surface_layer.h
index e2e831a..9939f56 100644 (file)
@@ -14,7 +14,7 @@ class CC_EXPORT IOSurfaceLayer : public Layer {
  public:
   static scoped_refptr<IOSurfaceLayer> 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<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
       OVERRIDE;