| Index: cc/CCDebugBorderDrawQuad.h
|
| diff --git a/cc/CCDebugBorderDrawQuad.h b/cc/CCDebugBorderDrawQuad.h
|
| index 3b3a1e2212d73bf94673d5f813a3a985e8f7e6ea..fbba1c6bebad180cf90475676210e6ffa360d824 100644
|
| --- a/cc/CCDebugBorderDrawQuad.h
|
| +++ b/cc/CCDebugBorderDrawQuad.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "CCDrawQuad.h"
|
| #include "SkColor.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "base/memory/scoped_ptr.h"
|
|
|
| namespace cc {
|
|
|
| @@ -15,7 +15,7 @@ namespace cc {
|
|
|
| class CCDebugBorderDrawQuad : public CCDrawQuad {
|
| public:
|
| - static PassOwnPtr<CCDebugBorderDrawQuad> create(const CCSharedQuadState*, const IntRect&, SkColor, int width);
|
| + static scoped_ptr<CCDebugBorderDrawQuad> create(const CCSharedQuadState*, const IntRect&, SkColor, int width);
|
|
|
| SkColor color() const { return m_color; };
|
| int width() const { return m_width; }
|
|
|