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/SkDashPathEffect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/effects/SkDashPathEffect.h') diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h index ee9c553b6c..923777a8bb 100644 --- a/include/effects/SkDashPathEffect.h +++ b/include/effects/SkDashPathEffect.h @@ -51,6 +51,7 @@ public: DashType asADash(DashInfo* info) const SK_OVERRIDE; + SK_TO_STRING_OVERRIDE() SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDashPathEffect) protected: -- cgit v1.2.3