Index: src/gpu/effects/GrBitmapTextGeoProc.h |
diff --git a/src/gpu/effects/GrBitmapTextGeoProc.h b/src/gpu/effects/GrBitmapTextGeoProc.h |
index dc4e1a85670f589ebefe65a0b26d0fb69d1c7df5..837dcb6fe5587553bcdf63deb7a89294bbd750ad 100644 |
--- a/src/gpu/effects/GrBitmapTextGeoProc.h |
+++ b/src/gpu/effects/GrBitmapTextGeoProc.h |
@@ -36,6 +36,7 @@ public: |
const Attribute* inTextureCoords() const { return fInTextureCoords; } |
GrMaskFormat maskFormat() const { return fMaskFormat; } |
GrColor color() const { return fColor; } |
+ const SkMatrix& localMatrix() const { return fLocalMatrix; } |
virtual void getGLProcessorKey(const GrBatchTracker& bt, |
const GrGLSLCaps& caps, |
@@ -51,6 +52,7 @@ private: |
GrMaskFormat format, const SkMatrix& localMatrix); |
GrColor fColor; |
+ SkMatrix fLocalMatrix; |
GrTextureAccess fTextureAccess; |
const Attribute* fInPosition; |
const Attribute* fInColor; |