Index: src/gpu/glsl/GrGLSLPrimitiveProcessor.h |
diff --git a/src/gpu/glsl/GrGLSLPrimitiveProcessor.h b/src/gpu/glsl/GrGLSLPrimitiveProcessor.h |
index a94099656b9286468ba51fb950d5af2b29f24c7d..64531aaedcb704bf137eab87097975ba2ea15e54 100644 |
--- a/src/gpu/glsl/GrGLSLPrimitiveProcessor.h |
+++ b/src/gpu/glsl/GrGLSLPrimitiveProcessor.h |
@@ -9,7 +9,6 @@ |
#define GrGLSLPrimitiveProcessor_DEFINED |
#include "GrPrimitiveProcessor.h" |
-#include "glsl/GrGLSLProcessorTypes.h" |
#include "glsl/GrGLSLProgramDataManager.h" |
#include "glsl/GrGLSLSampler.h" |
@@ -31,7 +30,7 @@ public: |
typedef SkSTArray<2, const GrCoordTransform*, true> ProcCoords; |
typedef SkSTArray<8, ProcCoords> TransformsIn; |
- typedef SkSTArray<8, GrGLSLTransformedCoordsArray> TransformsOut; |
+ typedef SkSTArray<8, SkTArray<GrShaderVar>> TransformsOut; |
struct EmitArgs { |
EmitArgs(GrGLSLVertexBuilder* vertBuilder, |