Chromium Code Reviews| Index: include/gpu/GrResource.h | 
| diff --git a/include/gpu/GrResource.h b/include/gpu/GrResource.h | 
| index 61a089ed4742c5c7332698489aa96a9ad01986fc..c52fa044f26d1edc52ad6b80c4c4397924771c4e 100644 | 
| --- a/include/gpu/GrResource.h | 
| +++ b/include/gpu/GrResource.h | 
| @@ -92,7 +92,7 @@ protected: | 
| bool isWrapped() const { return kWrapped_Flag & fFlags; } | 
| private: | 
| -#if GR_DEBUG | 
| +#ifdef SK_DEBUG | 
| friend class GrGpu; // for assert in GrGpu to access getGpu | 
| #endif |