aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar george@mozilla.com <george@mozilla.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-06 18:35:00 +0000
committerGravatar george@mozilla.com <george@mozilla.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-06 18:35:00 +0000
commit2d9526715e1f50e56da6df40c9219c8afeb97973 (patch)
tree2ce3400cfe9bf55d731d1f3fe2ad3368f176b17e /include
parent5ebbbe53779cfe93741dc66f433107d04da74486 (diff)
Add a default value for SK_OVERRIDE in SkPostConfig.h
Review URL: https://chromiumcodereview.appspot.com/22288002 git-svn-id: http://skia.googlecode.com/svn/trunk@10576 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPostConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
index 07c1217f4f..4a819d369a 100644
--- a/include/core/SkPostConfig.h
+++ b/include/core/SkPostConfig.h
@@ -354,8 +354,8 @@
#define SK_OVERRIDE override
#endif
#endif
- #else
- // Linux GCC ignores "__attribute__((override))" and rejects "override".
+ #endif
+ #ifndef SK_OVERRIDE
#define SK_OVERRIDE
#endif
#endif