| Index: cc/LayerChromiumTest.cpp
|
| diff --git a/cc/LayerChromiumTest.cpp b/cc/LayerChromiumTest.cpp
|
| index b1ca80e875209281d0984d8898e06a56f8525e0f..eb6a29792de821be04a9cb31ab1b23d0d3b8dec2 100644
|
| --- a/cc/LayerChromiumTest.cpp
|
| +++ b/cc/LayerChromiumTest.cpp
|
| @@ -521,7 +521,7 @@ TEST_F(LayerChromiumTest, verifyPushPropertiesAccumulatesUpdateRect)
|
| DebugScopedSetImplThread setImplThread;
|
|
|
| scoped_refptr<LayerChromium> testLayer = LayerChromium::create();
|
| - OwnPtr<CCLayerImpl> implLayer = CCLayerImpl::create(1);
|
| + scoped_ptr<CCLayerImpl> implLayer = CCLayerImpl::create(1);
|
|
|
| testLayer->setNeedsDisplayRect(FloatRect(FloatPoint::zero(), FloatSize(5, 5)));
|
| testLayer->pushPropertiesTo(implLayer.get());
|
|
|