| Index: src/gpu/gl/GrGLProgram.cpp
 | 
| diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp
 | 
| index 83ab232810967d2cb91f9a1844f453e0289ff103..cae44bfd0c270f1ff8913c772d2048df54ac067c 100644
 | 
| --- a/src/gpu/gl/GrGLProgram.cpp
 | 
| +++ b/src/gpu/gl/GrGLProgram.cpp
 | 
| @@ -650,7 +650,7 @@ bool GrGLProgram::genProgram(const GrEffectStage* colorStages[],
 | 
|  
 | 
|      ///////////////////////////////////////////////////////////////////////////
 | 
|      // insert GS
 | 
| -#if GR_DEBUG
 | 
| +#ifdef SK_DEBUG
 | 
|      this->genGeometryShader(&builder);
 | 
|  #endif
 | 
|  
 | 
| 
 |