Index: src/gpu/gl/GrGLGeometryProcessor.h |
diff --git a/src/gpu/gl/GrGLGeometryProcessor.h b/src/gpu/gl/GrGLGeometryProcessor.h |
index ce1c7c988a574a0f5b74bd7bc051b5c968186def..e50f5987f2b1651acbbd3ae2afbcbdcec8e05bba 100644 |
--- a/src/gpu/gl/GrGLGeometryProcessor.h |
+++ b/src/gpu/gl/GrGLGeometryProcessor.h |
@@ -10,6 +10,8 @@ |
#include "GrGLProcessor.h" |
+class GrGLGPBuilder; |
+ |
/** |
* If a GL effect needs a GrGLFullShaderBuilder* object to emit vertex code, then it must inherit |
* from this class. Since paths don't have vertices, this class is only meant to be used internally |