Chromium Code Reviews| Index: include/gpu/GrEffect.h |
| diff --git a/include/gpu/GrEffect.h b/include/gpu/GrEffect.h |
| index d8757b2cede75e3d40d718682e45c17cb3fda96f..1d10ca5e8a311f8883e368da9884e55fb18afce5 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 |
| +#if SK_DEBUG |
| if (result) { |
| SkASSERT(this->numTextures() == other.numTextures()); |
| for (int i = 0; i < this->numTextures(); ++i) { |