Index: src/gpu/gl/GrGLUtil.h |
diff --git a/src/gpu/gl/GrGLUtil.h b/src/gpu/gl/GrGLUtil.h |
index 98f738b091c7895dfbbb4f5f57f022a114ba8aec..c30ee93689210008b80580f7cd0aa57ab99e4ff4 100644 |
--- a/src/gpu/gl/GrGLUtil.h |
+++ b/src/gpu/gl/GrGLUtil.h |
@@ -10,7 +10,7 @@ |
#include "gl/GrGLInterface.h" |
#include "GrGLDefines.h" |
-#include "GrStencilSettings.h" |
+#include "GrStencil.h" |
class SkMatrix; |
@@ -205,7 +205,7 @@ |
// call glGetError without doing a redundant error check or logging. |
#define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError() |
-GrGLenum GrToGLStencilFunc(GrStencilTest test); |
+GrGLenum GrToGLStencilFunc(GrStencilFunc basicFunc); |
#endif |