Index: src/gpu/gl/GrGLProgramDesc.h |
diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h |
index 9116fdf66ff5f1df7ada6cf7f56e1cf69fa9b282..9165f4eb8b191613c833afd649dd1271f92dd07c 100644 |
--- a/src/gpu/gl/GrGLProgramDesc.h |
+++ b/src/gpu/gl/GrGLProgramDesc.h |
@@ -11,6 +11,7 @@ |
#include "GrGLEffect.h" |
#include "GrDrawState.h" |
#include "GrGLShaderBuilder.h" |
+#include "GrGpu.h" |
class GrGpuGL; |
@@ -64,7 +65,7 @@ public: |
* be treated as color stages in the output. |
*/ |
static void Build(const GrDrawState&, |
- bool isPoints, |
+ GrGpu::DrawType drawType, |
GrDrawState::BlendOptFlags, |
GrBlendCoeff srcCoeff, |
GrBlendCoeff dstCoeff, |