Index: src/gpu/GrAllocator.h |
diff --git a/src/gpu/GrAllocator.h b/src/gpu/GrAllocator.h |
index 4b81f25915b7087fe2330ac2146bfd8f930e81d9..c37b119700797983888f19155042e7e7570b0ae5 100755 |
--- a/src/gpu/GrAllocator.h |
+++ b/src/gpu/GrAllocator.h |
@@ -38,7 +38,7 @@ public: |
SkASSERT(itemsPerBlock > 0); |
fBlockSize = fItemSize * fItemsPerBlock; |
fBlocks.push_back() = initialBlock; |
- GR_DEBUGCODE(if (!fOwnFirstBlock) {*((char*)initialBlock+fBlockSize-1)='a';} ); |
+ SkDEBUGCODE(if (!fOwnFirstBlock) {*((char*)initialBlock+fBlockSize-1)='a';} ); |
} |
/** |