aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-14 13:53:53 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-14 13:53:53 +0000
commit791f12e6cf558e0dd1689fbb0a6b5eddac9f42ad (patch)
tree9505692c2a103db80fea30c516a7d3057e40542f /include
parent024e523a5ff78ec4d86d0b373bfb9adf8978ef4d (diff)
Move SkPaint::toString from debugger to SkPaint
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPaint.h2
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;