commit | 76f9e938df0b5826fd4c80b854ceafaf385cfbe1 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 15 20:17:47 2013 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 15 20:17:47 2013 +0000 |
tree | 5e72265c6e177791a1fff149763308454c958429 | |
parent | 06b8a19b5693a352cabe8e624469e67e335bc369 [diff] [blame] |
Added print out of SkShader information to debugger https://codereview.appspot.com/7105045/ git-svn-id: http://skia.googlecode.com/svn/trunk@7201 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/effects/gradients/SkLinearGradient.h b/src/effects/gradients/SkLinearGradient.h index 29777c1..e7935e4 100644 --- a/src/effects/gradients/SkLinearGradient.h +++ b/src/effects/gradients/SkLinearGradient.h
@@ -24,6 +24,7 @@ virtual GradientType asAGradient(GradientInfo* info) const SK_OVERRIDE; virtual GrEffect* asNewEffect(GrContext* context, const SkPaint&) const SK_OVERRIDE; + SK_DEVELOPER_TO_STRING() SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkLinearGradient) protected: