| Index: cc/layers/scrollbar_layer_unittest.cc
|
| diff --git a/cc/layers/scrollbar_layer_unittest.cc b/cc/layers/scrollbar_layer_unittest.cc
|
| index 4fab6251135f9cef8507c439441ed6cdc6065508..bb76720a1ffcb56f33964edad01d2fe68e130fa5 100644
|
| --- a/cc/layers/scrollbar_layer_unittest.cc
|
| +++ b/cc/layers/scrollbar_layer_unittest.cc
|
| @@ -453,7 +453,7 @@ class ScrollbarLayerTestMaxTextureSize : public LayerTreeTest {
|
| public:
|
| ScrollbarLayerTestMaxTextureSize() {}
|
|
|
| - void SetScrollbarBounds(gfx::Size bounds) { bounds_ = bounds; }
|
| + void SetScrollbarBounds(const gfx::Size& bounds) { bounds_ = bounds; }
|
|
|
| virtual void BeginTest() OVERRIDE {
|
| scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar);
|
|
|