| Index: cc/CCLayerTreeHostCommon.h
|
| ===================================================================
|
| --- cc/CCLayerTreeHostCommon.h (revision 160631)
|
| +++ cc/CCLayerTreeHostCommon.h (working copy)
|
| @@ -6,7 +6,7 @@
|
| #define CCLayerTreeHostCommon_h
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "cc/scoped_ptr_vector.h"
|
| +#include "cc/own_ptr_vector.h"
|
| #include "IntRect.h"
|
| #include "IntSize.h"
|
| #include <public/WebTransformationMatrix.h>
|
| @@ -42,7 +42,7 @@
|
| return children[index].get();
|
| }
|
|
|
| - static CCLayerImpl* getChildAsRawPtr(const ScopedPtrVector<CCLayerImpl>& children, size_t index)
|
| + static CCLayerImpl* getChildAsRawPtr(const OwnPtrVector<CCLayerImpl>& children, size_t index)
|
| {
|
| return children[index];
|
| }
|
|
|