aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r--include/core/SkPaint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 1a80ce33b0..57122550b3 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