diff options
Diffstat (limited to 'include/gpu/GrTypes.h')
-rw-r--r-- | include/gpu/GrTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h index 3a52804be9..497f9389f0 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); |