aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMaskFilter.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-18 17:53:38 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-18 17:53:38 +0000
commit0bd80fa01bba2b3f0f49937fcb17928c74bde5a6 (patch)
treef22c8c5a92625ce558f350fb36682101af21211c /include/core/SkMaskFilter.h
parentcd9caa8017fbcb5538011013d6eba17a22fe6fc0 (diff)
Added toString to SkMaskFilter-derived classes
Diffstat (limited to 'include/core/SkMaskFilter.h')
-rw-r--r--include/core/SkMaskFilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h
index a874e62b48..aa499ecd23 100644
--- a/include/core/SkMaskFilter.h
+++ b/include/core/SkMaskFilter.h
@@ -93,6 +93,8 @@ public:
*/
virtual void computeFastBounds(const SkRect& src, SkRect* dest) const;
+ SkDEVCODE(virtual void toString(SkString* str) const = 0;)
+
protected:
// empty for now, but lets get our subclass to remember to init us for the future
SkMaskFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {}