Chromium Code Reviews| Index: src/gpu/gl/GrGLBufferImpl.cpp |
| diff --git a/src/gpu/gl/GrGLBufferImpl.cpp b/src/gpu/gl/GrGLBufferImpl.cpp |
| index 787f40fb340a3ecc4f99e54b816365057e0496f4..c982130ca6494b40cf54ccf14932be077fbc261a 100644 |
| --- a/src/gpu/gl/GrGLBufferImpl.cpp |
| +++ b/src/gpu/gl/GrGLBufferImpl.cpp |
| @@ -10,7 +10,7 @@ |
| #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X) |
| -#if GR_DEBUG |
| +#if SK_DEBUG |
| #define VALIDATE() this->validate() |
| #else |
| #define VALIDATE() do {} while(false) |