aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-23 14:00:17 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-23 14:00:17 +0000
commit1202c2ac563cdeb07406872825706b83e335c977 (patch)
tree93c84c1e9e3d1dfa36a64e17ee42a38cb5cbdd3b /include/effects
parent37add6b3f6238acd2bdcbfec38aed01c03f6a89f (diff)
Add printing of SkColorFilter-derived classes to debugger
Diffstat (limited to 'include/effects')
-rw-r--r--include/effects/SkColorMatrixFilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/effects/SkColorMatrixFilter.h b/include/effects/SkColorMatrixFilter.h
index e44a7cd750..ca7c0865b9 100644
--- a/include/effects/SkColorMatrixFilter.h
+++ b/include/effects/SkColorMatrixFilter.h
@@ -30,6 +30,8 @@ public:
int fShift;
};
+ SkDEVCODE(virtual void toString(SkString* str) const SK_OVERRIDE;)
+
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkColorMatrixFilter)
protected: