Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1361)

Unified Diff: cc/thread_proxy.h

Issue 11195015: Remove use of wtf/ListHashSet from CCPrioritizedTextureManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Track tail sorting and add more asserts Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698