Index: src/gpu/gl/GrGLSL.h |
diff --git a/src/gpu/gl/GrGLSL.h b/src/gpu/gl/GrGLSL.h |
index ff39c2b68007f6dc6774f42df829737902a833e1..3cbce9c546cb6f2781788e25238c91c6a47c5de1 100644 |
--- a/src/gpu/gl/GrGLSL.h |
+++ b/src/gpu/gl/GrGLSL.h |
@@ -310,10 +310,9 @@ private: |
/** |
* Does an inplace mul, *=, of vec4VarName by mulFactor. |
- * A semicolon and newline are added after the assignment. |
+ * A semicolon is added after the assignment. |
*/ |
-void GrGLSLMulVarBy4f(SkString* outAppend, unsigned tabCnt, |
- const char* vec4VarName, const GrGLSLExpr4& mulFactor); |
+void GrGLSLMulVarBy4f(SkString* outAppend, const char* vec4VarName, const GrGLSLExpr4& mulFactor); |
#include "GrGLSL_impl.h" |