Chromium Code Reviews| Index: src/gpu/glsl/GrGLSLVarying.cpp |
| diff --git a/src/gpu/glsl/GrGLSLVarying.cpp b/src/gpu/glsl/GrGLSLVarying.cpp |
| index d124e77b679b5818818148ac99820d5269c6ab88..f3b0405ff5822c3c264fb4ecc1907c02d91d0571 100644 |
| --- a/src/gpu/glsl/GrGLSLVarying.cpp |
| +++ b/src/gpu/glsl/GrGLSLVarying.cpp |
| @@ -157,4 +157,3 @@ void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDe |
| this->appendDecls(fFragInputs, inputDecls); |
| this->appendDecls(fFragOutputs, outputDecls); |
| } |
| - |