diff options
author | george@mozilla.com <george@mozilla.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-06 18:35:00 +0000 |
---|---|---|
committer | george@mozilla.com <george@mozilla.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-06 18:35:00 +0000 |
commit | 2d9526715e1f50e56da6df40c9219c8afeb97973 (patch) | |
tree | 2ce3400cfe9bf55d731d1f3fe2ad3368f176b17e | |
parent | 5ebbbe53779cfe93741dc66f433107d04da74486 (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
-rw-r--r-- | include/core/SkPostConfig.h | 4 |
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 |