| Index: src/gpu/GrDistanceFieldTextContext.h
|
| diff --git a/src/gpu/GrDistanceFieldTextContext.h b/src/gpu/GrDistanceFieldTextContext.h
|
| index 3eefd103d00da0df91d16c864223b7b71809e855..1f07a8ae4ebc7e5cceb0d885b093a80f6e282c8e 100644
|
| --- a/src/gpu/GrDistanceFieldTextContext.h
|
| +++ b/src/gpu/GrDistanceFieldTextContext.h
|
| @@ -59,7 +59,7 @@ private:
|
| const SkPoint& offset) SK_OVERRIDE;
|
|
|
| void init(const GrPaint&, const SkPaint&);
|
| - bool appendGlyph(GrGlyph::PackedID, SkFixed left, SkFixed top, GrFontScaler*);
|
| + bool appendGlyph(GrGlyph::PackedID, SkScalar left, SkScalar top, GrFontScaler*);
|
| void setupCoverageEffect(const SkColor& filteredColor);
|
| void flush(); // automatically called by destructor
|
| void finish();
|
|
|