aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/core/SkPostConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
index 63637e5c50..1aff89953d 100644
--- a/include/core/SkPostConfig.h
+++ b/include/core/SkPostConfig.h
@@ -376,7 +376,7 @@
#if !defined(SK_ATTR_DEPRECATED)
// we ignore msg for now...
- #define SK_ATTR_DEPRECATED(msg) //SK_ATTRIBUTE(deprecated)
+ #define SK_ATTR_DEPRECATED(msg) SK_ATTRIBUTE(deprecated)
#endif
//////////////////////////////////////////////////////////////////////