Index: src/gpu/GrDrawTarget.h |
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h |
index 7594278d42103e6854ca62b8fcee1d8beb7b400a..d242797db99eed7ce88edaf8ca7c9ae71f162760 100644 |
--- a/src/gpu/GrDrawTarget.h |
+++ b/src/gpu/GrDrawTarget.h |
@@ -744,7 +744,7 @@ protected: |
int instanceCount() const { return fInstanceCount; } |
bool isIndexed() const { return fIndexCount > 0; } |
-#if GR_DEBUG |
+#ifdef SK_DEBUG |
bool isInstanced() const; // this version is longer because of asserts |
#else |
bool isInstanced() const { return fInstanceCount > 0; } |