Chromium Code Reviews| Index: src/gpu/GrMemoryPool.h |
| diff --git a/src/gpu/GrMemoryPool.h b/src/gpu/GrMemoryPool.h |
| index b33ee824717e74a336d681c67f94bc91aec7c469..5ab8958a8a2539ddb16783fbc806c259c66d8a6b 100644 |
| --- a/src/gpu/GrMemoryPool.h |
| +++ b/src/gpu/GrMemoryPool.h |
| @@ -72,7 +72,7 @@ private: |
| size_t fMinAllocSize; |
| BlockHeader* fHead; |
| BlockHeader* fTail; |
| -#if GR_DEBUG |
| +#ifdef SK_DEBUG |
| int fAllocationCnt; |
| #endif |
| }; |