Index: include/core/SkDraw.h |
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h |
index 1c2c66efb3a7eace2d8e343583fbf8747ba4cb56..772e11e00d7a4de2e1cca94e6a75856051835abb 100644 |
--- a/include/core/SkDraw.h |
+++ b/include/core/SkDraw.h |
@@ -97,16 +97,16 @@ public: |
static RectType ComputeRectType(const SkPaint&, const SkMatrix&, |
SkPoint* strokeSize); |
-private: |
void drawText_asPaths(const char text[], size_t byteLength, |
SkScalar x, SkScalar y, const SkPaint&) const; |
- void drawDevMask(const SkMask& mask, const SkPaint&) const; |
- void drawBitmapAsMask(const SkBitmap&, const SkPaint&) const; |
- |
void drawPosText_asPaths(const char text[], size_t byteLength, |
const SkScalar pos[], SkScalar constY, |
int scalarsPerPosition, const SkPaint&) const; |
+private: |
+ void drawDevMask(const SkMask& mask, const SkPaint&) const; |
+ void drawBitmapAsMask(const SkBitmap&, const SkPaint&) const; |
+ |
/** |
* Return the current clip bounds, in local coordinates, with slop to account |
* for antialiasing or hairlines (i.e. device-bounds outset by 1, and then |