Chromium Code Reviews| Index: include/gpu/GrTypes.h | 
| diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h | 
| index 3a52804be9e62399628af4b3cdf10118ad461f02..497f9389f0db6614c8e0398d90664c38de66e827 100644 | 
| --- a/include/gpu/GrTypes.h | 
| +++ b/include/gpu/GrTypes.h | 
| @@ -163,7 +163,7 @@ static inline int GrNextPow2(int n) { | 
| */ | 
| typedef int32_t GrFixed; | 
| -#if GR_DEBUG | 
| +#ifdef SK_DEBUG | 
| static inline int16_t GrToS16(intptr_t x) { | 
| SkASSERT((int16_t)x == x); |