| Index: include/core/SkPostConfig.h
|
| diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
|
| index 0c2358aeb8178b36d793a73518e93a447ec35021..436887d29bdde979633f55a7525903769c14a36f 100644
|
| --- a/include/core/SkPostConfig.h
|
| +++ b/include/core/SkPostConfig.h
|
| @@ -374,6 +374,10 @@
|
| #define SK_UNUSED SK_ATTRIBUTE(unused)
|
| #endif
|
|
|
| +#ifndef SK_ATTR_DEPRECATED
|
| + #define SK_ATTR_DEPRECATED(msg) SK_ATTRIBUTE(deprecated)
|
| +#endif
|
| +
|
| //////////////////////////////////////////////////////////////////////
|
|
|
| #ifndef SK_PRINTF_LIKE
|
|
|