Index: src/gpu/gl/GrGLUtil.h |
diff --git a/src/gpu/gl/GrGLUtil.h b/src/gpu/gl/GrGLUtil.h |
index c30ee93689210008b80580f7cd0aa57ab99e4ff4..a33baa6b4f0195a883456e80703fa56114c32af9 100644 |
--- a/src/gpu/gl/GrGLUtil.h |
+++ b/src/gpu/gl/GrGLUtil.h |
@@ -205,7 +205,7 @@ void GrGLClearErr(const GrGLInterface* gl); |
// call glGetError without doing a redundant error check or logging. |
#define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError() |
-GrGLenum GrToGLStencilFunc(GrStencilFunc basicFunc); |
+GrGLenum GrToGLStencilFunc(GrStencilTest test); |
#endif |