Chromium Code Reviews| Index: include/gpu/GrTexture.h |
| diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h |
| index f1c855dc4bae513c004bde79795199087b618800..48fa160281755005670fef3393d924cbeeb9d104 100644 |
| --- a/include/gpu/GrTexture.h |
| +++ b/include/gpu/GrTexture.h |
| @@ -120,7 +120,7 @@ public: |
| */ |
| virtual void invalidateCachedState() = 0; |
| -#if GR_DEBUG |
| +#if SK_DEBUG |
| void validate() const { |
| this->INHERITED::validate(); |