Index: src/gpu/glsl/GrGLSLVertexShaderBuilder.cpp |
diff --git a/src/gpu/glsl/GrGLSLVertexShaderBuilder.cpp b/src/gpu/glsl/GrGLSLVertexShaderBuilder.cpp |
index 005b2725fffc8c412f283e551090bb32c0070809..4931e0f256ec720f61edaaa1145ba49512b2b09e 100644 |
--- a/src/gpu/glsl/GrGLSLVertexShaderBuilder.cpp |
+++ b/src/gpu/glsl/GrGLSLVertexShaderBuilder.cpp |
@@ -53,4 +53,3 @@ void GrGLSLVertexBuilder::transformToNormalizedDeviceSpace(const GrShaderVar& po |
void GrGLSLVertexBuilder::onFinalize() { |
fProgramBuilder->varyingHandler()->getVertexDecls(&this->inputs(), &this->outputs()); |
} |
- |