| Index: cc/CCPrioritizedTextureTest.cpp
|
| diff --git a/cc/CCPrioritizedTextureTest.cpp b/cc/CCPrioritizedTextureTest.cpp
|
| index 68d26f5a0a43e600ae22aa848c49162140372213..c9bdb64013fcdf84a189f07722b94910f373b753 100644
|
| --- a/cc/CCPrioritizedTextureTest.cpp
|
| +++ b/cc/CCPrioritizedTextureTest.cpp
|
| @@ -80,10 +80,8 @@ public:
|
|
|
| void textureManagerAssertInvariants(CCPrioritizedTextureManager* textureManager)
|
| {
|
| -#if !ASSERT_DISABLED
|
| DebugScopedSetImplThreadAndMainThreadBlocked implThreadAndMainThreadBlocked;
|
| textureManager->assertInvariants();
|
| -#endif
|
| }
|
|
|
| bool textureBackingIsAbovePriorityCutoff(CCPrioritizedTexture* texture)
|
|
|