summaryrefslogtreecommitdiffstats
path: root/cc/trees/quad_culler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/quad_culler.cc')
-rw-r--r--cc/trees/quad_culler.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/trees/quad_culler.cc b/cc/trees/quad_culler.cc
index bbbca9e..bfd99d3 100644
--- a/cc/trees/quad_culler.cc
+++ b/cc/trees/quad_culler.cc
@@ -80,8 +80,7 @@ static inline bool AppendQuadInternal(
return keep_quad;
}
-bool QuadCuller::Append(scoped_ptr<DrawQuad> draw_quad,
- AppendQuadsData* append_quads_data) {
+bool QuadCuller::Append(scoped_ptr<DrawQuad> draw_quad) {
DCHECK(draw_quad->shared_quad_state == current_shared_quad_state_);
DCHECK(!shared_quad_state_list_->empty());
DCHECK(shared_quad_state_list_->back() == current_shared_quad_state_);