diff options
-rw-r--r-- | include/core/SkDrawFilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkDrawFilter.h b/include/core/SkDrawFilter.h index c8af187..1434391 100644 --- a/include/core/SkDrawFilter.h +++ b/include/core/SkDrawFilter.h @@ -44,7 +44,7 @@ public: * Called with the paint that will be used to draw the specified type. * The implementation may modify the paint as they wish. */ - virtual void filter(SkPaint*, Type) = 0; + virtual void filter(SkPaint*, Type) {} }; #endif |