| Index: cc/quad_culler.h
|
| diff --git a/cc/quad_culler.h b/cc/quad_culler.h
|
| index 29db35ea07748d5d6b7b3f82494d7608a2d57ec7..8d5cb9c785178633be515ec4d1959656b7bf1b2e 100644
|
| --- a/cc/quad_culler.h
|
| +++ b/cc/quad_culler.h
|
| @@ -22,7 +22,7 @@ public:
|
|
|
| // QuadSink implementation.
|
| virtual SharedQuadState* useSharedQuadState(scoped_ptr<SharedQuadState>) OVERRIDE;
|
| - virtual bool append(scoped_ptr<DrawQuad>, AppendQuadsData&) OVERRIDE;
|
| + virtual bool append(scoped_ptr<DrawQuad>, AppendQuadsData*) OVERRIDE;
|
|
|
| private:
|
| QuadList& m_quadList;
|
|
|