aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-10 14:40:21 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-10 14:40:21 +0000
commita3d01198594f9a415889c6a15023097c6650066a (patch)
tree9b28f833415eccd4d47d2a09a578b53f11fb5233 /include
parented000840d4e56336858752994bad5d491e4ed4a5 (diff)
Re-enable SK_ATTR_DEPRECATED (i.e., revert r12067)
git-svn-id: http://skia.googlecode.com/svn/trunk@12209 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-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
//////////////////////////////////////////////////////////////////////