| Index: src/gpu/gl/GrGLProgram.cpp
|
| diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp
|
| index f1bb1f3a1adc09f0918be5ade57a6da35534e0ac..770091216d2e3d079b641a5caa79ea010dc07a3c 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
|
| +#if SK_DEBUG
|
| this->genGeometryShader(&builder);
|
| #endif
|
|
|
|
|