Index: cc/CCLayerImplTest.cpp |
=================================================================== |
--- cc/CCLayerImplTest.cpp (revision 160631) |
+++ cc/CCLayerImplTest.cpp (working copy) |
@@ -60,7 +60,7 @@ |
DebugScopedSetImplThread setImplThread; |
// Create a simple CCLayerImpl tree: |
- scoped_ptr<CCLayerImpl> root = CCLayerImpl::create(1); |
+ OwnPtr<CCLayerImpl> root = CCLayerImpl::create(1); |
root->addChild(CCLayerImpl::create(2)); |
CCLayerImpl* child = root->children()[0]; |
child->addChild(CCLayerImpl::create(3)); |