Index: cc/CCIOSurfaceLayerImpl.h |
=================================================================== |
--- cc/CCIOSurfaceLayerImpl.h (revision 160631) |
+++ cc/CCIOSurfaceLayerImpl.h (working copy) |
@@ -12,9 +12,9 @@ |
class CCIOSurfaceLayerImpl : public CCLayerImpl { |
public: |
- static scoped_ptr<CCIOSurfaceLayerImpl> create(int id) |
+ static PassOwnPtr<CCIOSurfaceLayerImpl> create(int id) |
{ |
- return make_scoped_ptr(new CCIOSurfaceLayerImpl(id)); |
+ return adoptPtr(new CCIOSurfaceLayerImpl(id)); |
} |
virtual ~CCIOSurfaceLayerImpl(); |