Index: src/gpu/glsl/GrGLSLPrimitiveProcessor.h |
diff --git a/src/gpu/glsl/GrGLSLPrimitiveProcessor.h b/src/gpu/glsl/GrGLSLPrimitiveProcessor.h |
index 3bb1db95947485acaab22b217da9519ef145bd12..d7260276867aa7f474d1f3c5c364158e4a1a55b4 100644 |
--- a/src/gpu/glsl/GrGLSLPrimitiveProcessor.h |
+++ b/src/gpu/glsl/GrGLSLPrimitiveProcessor.h |
@@ -102,12 +102,9 @@ protected: |
struct Transform { |
Transform() : fType(kVoid_GrSLType) { fCurrentValue = SkMatrix::InvalidMatrix(); } |
- UniformHandle fHandle; |
SkMatrix fCurrentValue; |
GrSLType fType; |
}; |
- |
- SkSTArray<8, SkSTArray<2, Transform, true> > fInstalledTransforms; |
}; |
#endif |