| Index: cc/CCPrioritizedTextureManager.h
|
| diff --git a/cc/CCPrioritizedTextureManager.h b/cc/CCPrioritizedTextureManager.h
|
| index 1b3b1edbdfbf5836775a3ba8c8135796e16b4e44..778155f04fea0a7c1df5de65ea2c3b7d054a6869 100644
|
| --- a/cc/CCPrioritizedTextureManager.h
|
| +++ b/cc/CCPrioritizedTextureManager.h
|
| @@ -125,9 +125,7 @@ private:
|
| CCPrioritizedTexture::Backing* createBacking(IntSize, GC3Denum format, CCResourceProvider*);
|
| void evictBackingResource(CCPrioritizedTexture::Backing*, CCResourceProvider*);
|
|
|
| -#if !ASSERT_DISABLED
|
| void assertInvariants();
|
| -#endif
|
|
|
| size_t m_maxMemoryLimitBytes;
|
| unsigned m_priorityCutoff;
|
|
|