| Index: src/gpu/gl/builders/GrGLProgramBuilder.h
|
| diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.h b/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| index 3ec66cb611227eb2995ffa94bf78a5d8f6aa9409..3a1a50e45320d2bedb10e9b1106c67fad652aaae 100644
|
| --- a/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| +++ b/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| @@ -319,7 +319,6 @@ protected:
|
| GrSLPrecision precision,
|
| const char* name,
|
| const char** outName) {
|
| - SkDebugf("in my frag pos thing\n");
|
| return this->internalAddUniformArray(visibility, type, precision, name, false, 0, outName);
|
| }
|
|
|
|
|