| Index: include/gpu/GrBitmapTextContext.h
|
| diff --git a/include/gpu/GrBitmapTextContext.h b/include/gpu/GrBitmapTextContext.h
|
| index 89672a84d5d13ac073fd72590d8421a18a86fc03..e0900ecd7d625629418dd26e29a40d6617070bee 100755
|
| --- a/include/gpu/GrBitmapTextContext.h
|
| +++ b/include/gpu/GrBitmapTextContext.h
|
| @@ -17,7 +17,7 @@ class GrTextStrike;
|
| */
|
| class GrBitmapTextContext : public GrTextContext {
|
| public:
|
| - GrBitmapTextContext(GrContext*, const GrPaint&);
|
| + GrBitmapTextContext(GrContext*, const GrPaint&, SkColor);
|
| virtual ~GrBitmapTextContext();
|
|
|
| virtual void drawPackedGlyph(GrGlyph::PackedID, GrFixed left, GrFixed top,
|
| @@ -36,6 +36,7 @@ private:
|
| kDefaultRequestedVerts = kDefaultRequestedGlyphs * 4,
|
| };
|
|
|
| + SkColor fSkPaintColor;
|
| SkPoint* fVertices;
|
| int32_t fMaxVertices;
|
| GrTexture* fCurrTexture;
|
|
|