| Index: src/gpu/gl/GrGLProgram.cpp
|
| ===================================================================
|
| --- src/gpu/gl/GrGLProgram.cpp (revision 8458)
|
| +++ src/gpu/gl/GrGLProgram.cpp (working copy)
|
| @@ -462,8 +462,6 @@
|
| // the dual source output has no canonical var name, have to
|
| // declare an output, which is incompatible with gl_FragColor/gl_FragData.
|
| bool dualSourceOutputWritten = false;
|
| - builder.fHeader.append(GrGetGLSLVersionDecl(fContext.info().binding(),
|
| - fContext.info().glslGeneration()));
|
|
|
| GrGLShaderVar colorOutput;
|
| bool isColorDeclared = GrGLSLSetupFSColorOuput(fContext.info().glslGeneration(),
|
|
|