| Index: src/core/SkDraw.cpp |
| =================================================================== |
| --- src/core/SkDraw.cpp (revision 6206) |
| +++ src/core/SkDraw.cpp (working copy) |
| @@ -1547,7 +1547,8 @@ |
| const SkMatrix* matrix = fMatrix; |
| - SkAutoGlyphCache autoCache(paint, matrix); |
| + SkAutoGlyphCache autoCache(paint, matrix, |
| + fDevice->wantsLinearMasks()); |
| SkGlyphCache* cache = autoCache.getCache(); |
| // transform our starting point |
| @@ -1741,7 +1742,8 @@ |
| const SkMatrix* matrix = fMatrix; |
| SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); |
| - SkAutoGlyphCache autoCache(paint, matrix); |
| + SkAutoGlyphCache autoCache(paint, matrix, |
| + fDevice->wantsLinearMasks()); |
| SkGlyphCache* cache = autoCache.getCache(); |
| SkAAClipBlitterWrapper wrapper; |