Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index 007a1adf397caa67603e507d0d8af0ed8e02642c..b16379204791a0eedb681cb6ae7507f95dc47ad3 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -814,8 +814,7 @@ public: |
to zero. Note: this does not look at the text-encoding setting in the |
paint, only at the typeface. |
*/ |
- void glyphsToUnichars(const uint16_t glyphs[], int count, |
- SkUnichar text[]) const; |
+ void glyphsToUnichars(const uint16_t glyphs[], int count, SkUnichar text[]) const; |
/** Return the number of drawable units in the specified text buffer. |
This looks at the current TextEncoding field of the paint. If you also |