| Index: cc/CCDrawQuad.h
|
| diff --git a/cc/CCDrawQuad.h b/cc/CCDrawQuad.h
|
| index 6808f37c1fc485ed296aaee59448fcfbb724e555..05a69065468192a161ea93de87601fab0119a7cd 100644
|
| --- a/cc/CCDrawQuad.h
|
| +++ b/cc/CCDrawQuad.h
|
| @@ -59,7 +59,7 @@ public:
|
| // looking at the material type).
|
| unsigned size() const;
|
|
|
| - PassOwnPtr<CCDrawQuad> copy(const CCSharedQuadState* copiedSharedQuadState) const;
|
| + scoped_ptr<CCDrawQuad> copy(const CCSharedQuadState* copiedSharedQuadState) const;
|
|
|
| const CCSharedQuadState* sharedQuadState() const { return m_sharedQuadState; }
|
| int sharedQuadStateId() const { return m_sharedQuadStateId; }
|
|
|