| Index: cc/LayerChromiumTest.cpp
|
| diff --git a/cc/LayerChromiumTest.cpp b/cc/LayerChromiumTest.cpp
|
| index 1c65ada5b448416ead45d730546d0ff57559054b..fa06485772c68e3ad497ce0c52b5c647efc13e42 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());
|
|
|