Index: src/gpu/GrAtlasTextContext.h |
diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h |
index 04f3968a919b27012f83bed407b85f62f325f774..c85740d9e092862f59e573b787e75aa959dbd221 100644 |
--- a/src/gpu/GrAtlasTextContext.h |
+++ b/src/gpu/GrAtlasTextContext.h |
@@ -128,10 +128,6 @@ private: |
// sets up the descriptor on the blob and returns a detached cache. Client must attach |
inline static GrColor ComputeCanonicalColor(const SkPaint&, bool lcd); |
inline SkGlyphCache* setupCache(Run*, const SkPaint&, const SkMatrix* viewMatrix, bool noGamma); |
- static inline bool MustRegenerateBlob(SkScalar* outTransX, SkScalar* outTransY, |
- const GrAtlasTextBlob&, const SkPaint&, GrColor, |
- const SkMaskFilter::BlurRec&, |
- const SkMatrix& viewMatrix, SkScalar x, SkScalar y); |
void regenerateTextBlob(GrAtlasTextBlob* bmp, const SkPaint& skPaint, GrColor, |
const SkMatrix& viewMatrix, |
const SkTextBlob* blob, SkScalar x, SkScalar y, |