Chromium Code Reviews| Index: src/gpu/GrMemoryPool.cpp | 
| diff --git a/src/gpu/GrMemoryPool.cpp b/src/gpu/GrMemoryPool.cpp | 
| index a7707929625b88064a5d326af153a7afd7a9a1e4..83119db98e0e62e206dd364ec655576c5dd928ff 100644 | 
| --- a/src/gpu/GrMemoryPool.cpp | 
| +++ b/src/gpu/GrMemoryPool.cpp | 
| @@ -7,7 +7,7 @@ | 
| #include "GrMemoryPool.h" | 
| -#if GR_DEBUG | 
| +#ifdef SK_DEBUG | 
| #define VALIDATE this->validate() | 
| #else | 
| #define VALIDATE |