| Index: cc/CCLayerTreeHostImpl.cpp
|
| diff --git a/cc/CCLayerTreeHostImpl.cpp b/cc/CCLayerTreeHostImpl.cpp
|
| index f58f407d6a877971c14255f689be09b77a41c354..d68412c325941299adac3a072dcc07930c4fdf59 100644
|
| --- a/cc/CCLayerTreeHostImpl.cpp
|
| +++ b/cc/CCLayerTreeHostImpl.cpp
|
| @@ -104,7 +104,7 @@ CCLayerTreeHostImpl::FrameData::~FrameData()
|
|
|
| scoped_ptr<CCLayerTreeHostImpl> CCLayerTreeHostImpl::create(const CCLayerTreeSettings& settings, CCLayerTreeHostImplClient* client)
|
| {
|
| - return scoped_ptr<CCLayerTreeHostImpl>(new CCLayerTreeHostImpl(settings, client));
|
| + return make_scoped_ptr(new CCLayerTreeHostImpl(settings, client));
|
| }
|
|
|
| CCLayerTreeHostImpl::CCLayerTreeHostImpl(const CCLayerTreeSettings& settings, CCLayerTreeHostImplClient* client)
|
|
|