| Index: cc/LayerChromiumTest.cpp
|
| ===================================================================
|
| --- cc/LayerChromiumTest.cpp (revision 160631)
|
| +++ cc/LayerChromiumTest.cpp (working copy)
|
| @@ -521,7 +521,7 @@
|
| DebugScopedSetImplThread setImplThread;
|
|
|
| scoped_refptr<LayerChromium> testLayer = LayerChromium::create();
|
| - scoped_ptr<CCLayerImpl> implLayer = CCLayerImpl::create(1);
|
| + OwnPtr<CCLayerImpl> implLayer = CCLayerImpl::create(1);
|
|
|
| testLayer->setNeedsDisplayRect(FloatRect(FloatPoint::zero(), FloatSize(5, 5)));
|
| testLayer->pushPropertiesTo(implLayer.get());
|
|
|