From 42dbfa8651861f2f686879c996aab9f9f82277dd Mon Sep 17 00:00:00 2001 From: robertphillips Date: Mon, 26 Jan 2015 06:08:52 -0800 Subject: Add patheffects to debugger printout TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/872043002 --- include/effects/SkCornerPathEffect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/effects/SkCornerPathEffect.h') 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: -- cgit v1.2.3