| Index: include/core/SkDraw.h
|
| diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
|
| index b8cf8027dda5de31effb232d72a2eb79360ddfdb..b19b5933e9019337511f7d063f23ffbb38b0c5d9 100644
|
| --- a/include/core/SkDraw.h
|
| +++ b/include/core/SkDraw.h
|
| @@ -119,7 +119,7 @@ public:
|
| void drawPosText_asPaths(const char text[], size_t byteLength,
|
| const SkScalar pos[], int scalarsPerPosition,
|
| const SkPoint& offset, const SkPaint&) const;
|
| -
|
| + static SkScalar ComputeResScaleForStroking(const SkMatrix& );
|
| private:
|
| void drawDevMask(const SkMask& mask, const SkPaint&) const;
|
| void drawBitmapAsMask(const SkBitmap&, const SkPaint&) const;
|
|
|