Index: src/gpu/gl/GrGLUtil.h |
diff --git a/src/gpu/gl/GrGLUtil.h b/src/gpu/gl/GrGLUtil.h |
index 89d807613946087a23cacf7ce88db08ac582246f..06210ee1ab74008eac0a54012b18a4902d4e21e7 100644 |
--- a/src/gpu/gl/GrGLUtil.h |
+++ b/src/gpu/gl/GrGLUtil.h |
@@ -10,6 +10,7 @@ |
#include "gl/GrGLInterface.h" |
#include "GrGLDefines.h" |
+#include "GrStencil.h" |
class SkMatrix; |
@@ -181,4 +182,7 @@ template<int MatrixSize> void GrGLGetMatrix(GrGLfloat* dest, const SkMatrix& src |
// call glGetError without doing a redundant error check or logging. |
#define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError() |
+GrGLenum GrToGLStencilFunc(GrStencilFunc basicFunc); |
+ |
+ |
#endif |