aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrTextContext.h5
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;