Index: cc/TextureLayerChromium.cpp |
=================================================================== |
--- cc/TextureLayerChromium.cpp (revision 160631) |
+++ cc/TextureLayerChromium.cpp (working copy) |
@@ -42,9 +42,9 @@ |
} |
} |
-scoped_ptr<CCLayerImpl> TextureLayerChromium::createCCLayerImpl() |
+PassOwnPtr<CCLayerImpl> TextureLayerChromium::createCCLayerImpl() |
{ |
- return CCTextureLayerImpl::create(m_layerId).PassAs<CCLayerImpl>(); |
+ return CCTextureLayerImpl::create(m_layerId); |
} |
void TextureLayerChromium::setFlipped(bool flipped) |