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

Unified Diff: cc/CCPrioritizedTexture.h

Issue 10917281: Adjust texture priorities in preparation of impl-thread eviction of only some textures (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove spurious .gitmodules Created 8 years, 3 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 | « no previous file | cc/CCPriorityCalculator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCPrioritizedTexture.h
diff --git a/cc/CCPrioritizedTexture.h b/cc/CCPrioritizedTexture.h
index b37f8bdd731e9a684433febb44fb707bcea187b7..cf527ad79abcd8ba9b5a2a56e7c1ecc0a3159d02 100644
--- a/cc/CCPrioritizedTexture.h
+++ b/cc/CCPrioritizedTexture.h
@@ -108,7 +108,7 @@ private:
GC3Denum m_format;
size_t m_bytes;
- size_t m_priority;
+ int m_priority;
bool m_isAbovePriorityCutoff;
bool m_isSelfManaged;
« no previous file with comments | « no previous file | cc/CCPriorityCalculator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698