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

Unified Diff: cc/CCPrioritizedTextureTest.cpp

Issue 11079007: Fix issue incremental upload can evict textures being drawn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate review feedback 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
Index: cc/CCPrioritizedTextureTest.cpp
diff --git a/cc/CCPrioritizedTextureTest.cpp b/cc/CCPrioritizedTextureTest.cpp
index 04d5ab33edb24b34a66a4c89b5db068af9c31b98..b03ba835975cb6ba832da62a967eee465fa776bc 100644
--- a/cc/CCPrioritizedTextureTest.cpp
+++ b/cc/CCPrioritizedTextureTest.cpp
@@ -70,7 +70,7 @@ public:
void textureManagerUpdateBackingsPriorities(CCPrioritizedTextureManager* textureManager)
{
DebugScopedSetImplThreadAndMainThreadBlocked implThreadAndMainThreadBlocked;
- textureManager->updateBackingsPriorities();
+ textureManager->pushTexturePrioritiesToBackings();
}
CCResourceProvider* resourceProvider()

Powered by Google App Engine
This is Rietveld 408576698