| Index: src/gpu/GrBitmapTextContext.h
|
| diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h
|
| index ad21a2ffda56199c10e7ae4e8211dd782038dd57..f1e6b03212e40c30252f240b6fcce374bdc1a4b5 100644
|
| --- a/src/gpu/GrBitmapTextContext.h
|
| +++ b/src/gpu/GrBitmapTextContext.h
|
| @@ -35,6 +35,7 @@ private:
|
| SkAutoTUnref<const GrFragmentProcessor> fCachedTextureProcessor;
|
| // Used to check whether fCachedEffect is still valid.
|
| uint32_t fEffectTextureUniqueID;
|
| + SkMatrix fLocalMatrix;
|
|
|
| GrBitmapTextContext(GrContext*, const SkDeviceProperties&);
|
|
|
|
|