diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-14 13:53:53 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-14 13:53:53 +0000 |
commit | 791f12e6cf558e0dd1689fbb0a6b5eddac9f42ad (patch) | |
tree | 9505692c2a103db80fea30c516a7d3057e40542f /include | |
parent | 024e523a5ff78ec4d86d0b373bfb9adf8978ef4d (diff) |
Move SkPaint::toString from debugger to SkPaint
https://codereview.appspot.com/7314092/
git-svn-id: http://skia.googlecode.com/svn/trunk@7732 2bbb7eff-a529-9590-31e7-b0007b416f81
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; |