| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index 7e14347019537b62fae27b350ed4de1ed688b086..1c6c3e3340c0895665ba71d22deb7fa40196f32c 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -87,7 +87,7 @@ private:
|
| base::TimeTicks monotonicFrameBeginTime;
|
| scoped_ptr<ScrollAndScaleSet> scrollInfo;
|
| WebKit::WebTransformationMatrix implTransform;
|
| - PrioritizedTextureManager::BackingList evictedContentsTexturesBackings;
|
| + PrioritizedResourceManager::BackingList evictedContentsTexturesBackings;
|
| size_t memoryAllocationLimitBytes;
|
| };
|
| scoped_ptr<BeginFrameAndCommitState> m_pendingBeginFrameRequest;
|
|
|