Chromium Code Reviews| Index: cc/test/layer_test_common.h |
| diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h |
| index cc7a18e5bb5cd5023f8d3866070449c13465e338..2bab8c73ce8f3e7a3da0aeb5653aa3e42b881faa 100644 |
| --- a/cc/test/layer_test_common.h |
| +++ b/cc/test/layer_test_common.h |
| @@ -29,7 +29,7 @@ class LayerTestCommon { |
| static const char* quad_string; |
| static void VerifyQuadsExactlyCoverRect(const QuadList& quads, |
| - gfx::Rect rect); |
| + const gfx::Rect& rect); |
| }; |
| } // namespace cc |