| Index: cc/LayerChromium.cpp
|
| diff --git a/cc/LayerChromium.cpp b/cc/LayerChromium.cpp
|
| index 55093d6180714f6704d767892faacaab6fec689a..a6f17eedcd65bfd4df53298d700dcd0c94a53c7c 100644
|
| --- a/cc/LayerChromium.cpp
|
| +++ b/cc/LayerChromium.cpp
|
| @@ -595,7 +595,7 @@ void LayerChromium::pushPropertiesTo(CCLayerImpl* layer)
|
| m_updateRect = FloatRect();
|
| }
|
|
|
| -PassOwnPtr<CCLayerImpl> LayerChromium::createCCLayerImpl()
|
| +scoped_ptr<CCLayerImpl> LayerChromium::createCCLayerImpl()
|
| {
|
| return CCLayerImpl::create(m_layerId);
|
| }
|
|
|