Chromium Code Reviews| Index: include/gpu/GrResource.h |
| diff --git a/include/gpu/GrResource.h b/include/gpu/GrResource.h |
| index 61a089ed4742c5c7332698489aa96a9ad01986fc..7724987940b1bbb5d5d544ba872bdd39f451e7a9 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 |
| +#if SK_DEBUG |
| friend class GrGpu; // for assert in GrGpu to access getGpu |
| #endif |