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