Index: include/gpu/GrEffect.h |
diff --git a/include/gpu/GrEffect.h b/include/gpu/GrEffect.h |
index d8757b2cede75e3d40d718682e45c17cb3fda96f..942e580d4c3a8d5d26d2e93d968d52a99065b805 100644 |
--- a/include/gpu/GrEffect.h |
+++ b/include/gpu/GrEffect.h |
@@ -287,7 +287,7 @@ private: |
return false; |
} |
bool result = this->onIsEqual(other); |
-#if GR_DEBUG |
+#ifdef SK_DEBUG |
if (result) { |
SkASSERT(this->numTextures() == other.numTextures()); |
for (int i = 0; i < this->numTextures(); ++i) { |