| Index: cc/CCThreadProxy.h
|
| diff --git a/cc/CCThreadProxy.h b/cc/CCThreadProxy.h
|
| index 1e4f7031fb3d93a4cd562e25ebfee820b3b714e1..a6ea6acbbc22c464483c928c491150877f7acd4e 100644
|
| --- a/cc/CCThreadProxy.h
|
| +++ b/cc/CCThreadProxy.h
|
| @@ -86,7 +86,7 @@ private:
|
| ~BeginFrameAndCommitState();
|
|
|
| double monotonicFrameBeginTime;
|
| - OwnPtr<CCScrollAndScaleSet> scrollInfo;
|
| + scoped_ptr<CCScrollAndScaleSet> scrollInfo;
|
| WebKit::WebTransformationMatrix implTransform;
|
| CCPrioritizedTextureManager::BackingVector evictedContentsTexturesBackings;
|
| size_t memoryAllocationLimitBytes;
|
|
|