From 0e354aacd84d3bede3f97cbde35a54ba62a89533 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Mon, 8 Oct 2012 20:44:25 +0000 Subject: Remove external matrix feature. We haven't been testing this for nearly two years. R=reed@google.com Review URL: https://codereview.appspot.com/6640044 git-svn-id: http://skia.googlecode.com/svn/trunk@5857 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrTextContext.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/gpu') diff --git a/include/gpu/GrTextContext.h b/include/gpu/GrTextContext.h index 29ef007439..83d420be46 100644 --- a/include/gpu/GrTextContext.h +++ b/include/gpu/GrTextContext.h @@ -23,9 +23,7 @@ class GrDrawTarget; class GrTextContext { public: - GrTextContext(GrContext*, - const GrPaint& paint, - const GrMatrix* extMatrix = NULL); + GrTextContext(GrContext*, const GrPaint&); ~GrTextContext(); void drawPackedGlyph(GrGlyph::PackedID, GrFixed left, GrFixed top, @@ -39,7 +37,6 @@ private: GrContext* fContext; GrDrawTarget* fDrawTarget; - GrMatrix fExtMatrix; GrFontScaler* fScaler; GrTextStrike* fStrike; -- cgit v1.2.3