diff options
Diffstat (limited to 'cc/trees/quad_culler.cc')
-rw-r--r-- | cc/trees/quad_culler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/quad_culler.cc b/cc/trees/quad_culler.cc index 2fc8aaa..1b6404c 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, |