Index: src/gpu/gl/GrGLUtil.h |
diff --git a/src/gpu/gl/GrGLUtil.h b/src/gpu/gl/GrGLUtil.h |
index c30ee93689210008b80580f7cd0aa57ab99e4ff4..98f738b091c7895dfbbb4f5f57f022a114ba8aec 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 "GrStencil.h" |
+#include "GrStencilSettings.h" |
class SkMatrix; |
@@ -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 |