| 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()
|
|
|