| Index: cc/trees/quad_culler.cc
|
| diff --git a/cc/trees/quad_culler.cc b/cc/trees/quad_culler.cc
|
| index 2fc8aaa6caa8fe8bcace7ccf3502e30b7a68ebe3..1b6404c5ca7ef854ee810cf14df7f5311d4801fe 100644
|
| --- a/cc/trees/quad_culler.cc
|
| +++ b/cc/trees/quad_culler.cc
|
| @@ -42,7 +42,7 @@ SharedQuadState* QuadCuller::UseSharedQuadState(
|
|
|
| static inline bool AppendQuadInternal(
|
| scoped_ptr<DrawQuad> draw_quad,
|
| - gfx::Rect culled_rect,
|
| + const gfx::Rect& culled_rect,
|
| QuadList* quad_list,
|
| const OcclusionTrackerImpl& occlusion_tracker,
|
| const LayerImpl* layer,
|
|
|