diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkPaint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index b63845982f..35ce3e60c4 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -925,6 +925,8 @@ public: const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage, Style) const; + SkDEVCODE(void toString(SkString*) const;) + private: SkTypeface* fTypeface; SkScalar fTextSize; |