aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkCornerPathEffect.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-01-26 06:08:52 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-26 06:08:52 -0800
commit42dbfa8651861f2f686879c996aab9f9f82277dd (patch)
tree6a0299231aff19870a0e8a5822ba1d86b816f624 /include/effects/SkCornerPathEffect.h
parentb644e9afde5c456a731ec44d8f72b2e1d93b863f (diff)
Add patheffects to debugger printout
TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/872043002
Diffstat (limited to 'include/effects/SkCornerPathEffect.h')
-rw-r--r--include/effects/SkCornerPathEffect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/effects/SkCornerPathEffect.h b/include/effects/SkCornerPathEffect.h
index c90aaec16b..7223129c07 100644
--- a/include/effects/SkCornerPathEffect.h
+++ b/include/effects/SkCornerPathEffect.h
@@ -28,6 +28,7 @@ public:
virtual bool filterPath(SkPath* dst, const SkPath& src,
SkStrokeRec*, const SkRect*) const SK_OVERRIDE;
+ SK_TO_STRING_OVERRIDE()
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkCornerPathEffect)
protected: