| Index: include/core/SkPaint.h
|
| diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
|
| index 1a80ce33b05b92b64df167cf7b6cd663f4bd8f93..57122550b3032df6afd74e1a82fb298a633ea6b7 100644
|
| --- a/include/core/SkPaint.h
|
| +++ b/include/core/SkPaint.h
|
| @@ -41,7 +41,6 @@ class SkTypeface;
|
| The SkPaint class holds the style and color information about how to draw
|
| geometries, text and bitmaps.
|
| */
|
| -
|
| class SK_API SkPaint {
|
| public:
|
| SkPaint();
|
| @@ -589,7 +588,9 @@ public:
|
| the paint
|
| @return maskfilter
|
| */
|
| +#ifdef SK_SUPPORT_LEGACY_MASKFILTER_PTR
|
| SkMaskFilter* setMaskFilter(SkMaskFilter* maskfilter);
|
| +#endif
|
| void setMaskFilter(sk_sp<SkMaskFilter>);
|
|
|
| // These attributes are for text/fonts
|
|
|