Index: cc/layers/io_surface_layer_impl.h |
diff --git a/cc/layers/io_surface_layer_impl.h b/cc/layers/io_surface_layer_impl.h |
index 5c096bb9a984f334b9ee3a47c5fa5d65fbb05068..efd742813850ee919d3e8f969f93b5d509796fd1 100644 |
--- a/cc/layers/io_surface_layer_impl.h |
+++ b/cc/layers/io_surface_layer_impl.h |
@@ -21,7 +21,7 @@ class CC_EXPORT IOSurfaceLayerImpl : public LayerImpl { |
} |
virtual ~IOSurfaceLayerImpl(); |
- void SetIOSurfaceProperties(unsigned io_surface_id, gfx::Size size); |
+ void SetIOSurfaceProperties(unsigned io_surface_id, const gfx::Size& size); |
virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) |
OVERRIDE; |