| Index: cc/CCLayerTreeHostCommon.h
|
| diff --git a/cc/CCLayerTreeHostCommon.h b/cc/CCLayerTreeHostCommon.h
|
| index f5bcf2b43cf0969823b937e909e39baf69906d12..01dc41e40dc332f1c37dbdeda61b8a3848d3d6b1 100644
|
| --- a/cc/CCLayerTreeHostCommon.h
|
| +++ b/cc/CCLayerTreeHostCommon.h
|
| @@ -6,7 +6,7 @@
|
| #define CCLayerTreeHostCommon_h
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "cc/own_ptr_vector.h"
|
| +#include "cc/scoped_ptr_vector.h"
|
| #include "IntRect.h"
|
| #include "IntSize.h"
|
| #include <public/WebTransformationMatrix.h>
|
| @@ -39,7 +39,7 @@ public:
|
| return children[index].get();
|
| }
|
|
|
| - static CCLayerImpl* getChildAsRawPtr(const OwnPtrVector<CCLayerImpl>& children, size_t index)
|
| + static CCLayerImpl* getChildAsRawPtr(const ScopedPtrVector<CCLayerImpl>& children, size_t index)
|
| {
|
| return children[index];
|
| }
|
|
|