aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPostConfig.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-06-03 12:07:31 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-03 12:07:31 -0700
commit3a2682a77f996f649de7699c9f7bee046c6d4f17 (patch)
tree604c10a616880247b9f08fb76d395a2ea0832fa8 /include/core/SkPostConfig.h
parent1800b1f51e48c186870e7687e33648a0b1cfa389 (diff)
SK_CPU_ARM --> SK_CPU_ARM32
That's what it means. It keeps confusing us as named today. BUG=skia: R=djsollen@google.com, mtklein@google.com, reed@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/314643004
Diffstat (limited to 'include/core/SkPostConfig.h')
-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 d4d9857d87..2060789c99 100644
--- a/include/core/SkPostConfig.h
+++ b/include/core/SkPostConfig.h
@@ -400,7 +400,7 @@
#endif
#ifndef SK_BARRIERS_PLATFORM_H
-# if defined(SK_CPU_ARM) || defined(SK_CPU_ARM64)
+# if defined(SK_CPU_ARM32) || defined(SK_CPU_ARM64)
# define SK_BARRIERS_PLATFORM_H "../../src/ports/SkBarriers_arm.h"
# else
# define SK_BARRIERS_PLATFORM_H "../../src/ports/SkBarriers_x86.h"