| Index: src/gpu/gl/GrGLProgram.cpp
|
| diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp
|
| index f1bb1f3a1adc09f0918be5ade57a6da35534e0ac..db7d92039ca25d4f0f36bc25834000a49a638bea 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
|
|
|
|
|