Index: cc/input/layer_scroll_offset_delegate.h |
diff --git a/cc/input/layer_scroll_offset_delegate.h b/cc/input/layer_scroll_offset_delegate.h |
index 54a11c9e2bd6ba4e1c37f615714b1e5c2ba51153..1ee97367be70cf3b91d752de21dba852dbce4edc 100644 |
--- a/cc/input/layer_scroll_offset_delegate.h |
+++ b/cc/input/layer_scroll_offset_delegate.h |
@@ -44,7 +44,7 @@ class LayerScrollOffsetDelegate { |
// This is called by the compositor to notify the delegate what is the layer's |
// scrollable size is. |
- virtual void SetScrollableSize(gfx::SizeF scrollable_size) = 0; |
+ virtual void SetScrollableSize(const gfx::SizeF& scrollable_size) = 0; |
protected: |
LayerScrollOffsetDelegate() {} |