| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index cc7842ba3f336158c42a34d2948cc5605b8111f0..2312f0109a87c1c9b16270c474d97dd76272dd57 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -87,7 +87,7 @@ private:
|
| double monotonicFrameBeginTime;
|
| scoped_ptr<CCScrollAndScaleSet> scrollInfo;
|
| WebKit::WebTransformationMatrix implTransform;
|
| - CCPrioritizedTextureManager::BackingVector evictedContentsTexturesBackings;
|
| + CCPrioritizedTextureManager::BackingList evictedContentsTexturesBackings;
|
| size_t memoryAllocationLimitBytes;
|
| };
|
| scoped_ptr<BeginFrameAndCommitState> m_pendingBeginFrameRequest;
|
|
|