Index: cc/layers/io_surface_layer.h |
diff --git a/cc/layers/io_surface_layer.h b/cc/layers/io_surface_layer.h |
index e2e831a7e87d46882abf96546e8971f4e061076b..9939f56f6db99bdea74c28fe25d935a6df52a719 100644 |
--- a/cc/layers/io_surface_layer.h |
+++ b/cc/layers/io_surface_layer.h |
@@ -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; |