Index: src/gpu/GrBufferAllocPool.h |
diff --git a/src/gpu/GrBufferAllocPool.h b/src/gpu/GrBufferAllocPool.h |
index ffd8c340921dbce42ec5ea6c9184c66e1a30c2fd..9758137f4e5cea94530df5f907b869f0da53d544 100644 |
--- a/src/gpu/GrBufferAllocPool.h |
+++ b/src/gpu/GrBufferAllocPool.h |
@@ -161,7 +161,7 @@ private: |
bool createBlock(size_t requestSize); |
void destroyBlock(); |
void flushCpuData(GrGeometryBuffer* buffer, size_t flushSize); |
-#if GR_DEBUG |
+#ifdef SK_DEBUG |
void validate(bool unusedBlockAllowed = false) const; |
#endif |