| Index: cc/CCLayerTreeHostCommon.h
|
| diff --git a/cc/CCLayerTreeHostCommon.h b/cc/CCLayerTreeHostCommon.h
|
| index eda7daf9ddd9ebbc72a08d950db6764abbde2c75..dad77203bfdcac0d43506d1fc6657ecf8560c477 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>
|
| @@ -42,7 +42,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];
|
| }
|
|
|