diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-08 20:44:25 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-08 20:44:25 +0000 |
commit | 0e354aacd84d3bede3f97cbde35a54ba62a89533 (patch) | |
tree | 8ca5215852c9b98026695bef8eeeed5b039eb466 /include/gpu | |
parent | a834746cc1bd92301fd0840a221ca1623c0bbb29 (diff) |
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
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrTextContext.h | 5 |
1 files changed, 1 insertions, 4 deletions
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; |