Index: src/gpu/gl/GrGLPathRendering.h |
diff --git a/src/gpu/gl/GrGLPathRendering.h b/src/gpu/gl/GrGLPathRendering.h |
index b39c866c6f89c3f2620d32af950f33496e4ede58..3f821d2c655fceefaad6810f524b76f86735eafb 100644 |
--- a/src/gpu/gl/GrGLPathRendering.h |
+++ b/src/gpu/gl/GrGLPathRendering.h |
@@ -10,12 +10,12 @@ |
#include "SkRefCnt.h" |
#include "GrPathRendering.h" |
-#include "GrStencil.h" |
#include "gl/GrGLTypes.h" |
#include "glsl/GrGLSLUtil.h" |
class GrGLNameAllocator; |
class GrGLGpu; |
+class GrStencilSettings; |
/** |
* This class wraps the NV_path_rendering extension and manages its various |