diff options
Diffstat (limited to 'include/gpu/GrEffect.h')
-rw-r--r-- | include/gpu/GrEffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrEffect.h b/include/gpu/GrEffect.h index d8757b2ced..942e580d4c 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) { |