Re-enable SK_ATTR_DEPRECATED (i.e., revert r12067)

git-svn-id: http://skia.googlecode.com/svn/trunk@12209 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2013-11-10 14:40:21 +00:00
parent ed000840d4
commit a3d0119859

View File

@ -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
//////////////////////////////////////////////////////////////////////