aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkColorPriv.h
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2014-07-09 17:28:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-09 17:28:19 -0700
commitda03653f347e38a27e79b1dfb8c731bf9a184909 (patch)
tree1f85df1a023e8e1bc459542b2dd371dac592148d /include/core/SkColorPriv.h
parent57ad493789cb1a97574390b5ccf4fb9183ed3814 (diff)
fix typo, had two RGBA instead of RGBA and BGRA
TBR=caryclark@google.com BUG=skia: Author: reed@chromium.org Review URL: https://codereview.chromium.org/382633004
Diffstat (limited to 'include/core/SkColorPriv.h')
-rw-r--r--include/core/SkColorPriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkColorPriv.h b/include/core/SkColorPriv.h
index 21e17836dd..6f23f9be14 100644
--- a/include/core/SkColorPriv.h
+++ b/include/core/SkColorPriv.h
@@ -79,7 +79,7 @@
#error "SK_PMCOLOR_IS_BGRA does not match SK_*32_SHIFT values"
#endif
-#if !defined(SK_PMCOLOR_IS_RGBA) && !defined(SK_PMCOLOR_IS_RGBA)
+#if !defined(SK_PMCOLOR_IS_RGBA) && !defined(SK_PMCOLOR_IS_BGRA)
// deduce which to define from the _SHIFT defines
#if LOCAL_PMCOLOR_SHIFTS_EQUIVALENT_TO_RGBA