fix typo, had two RGBA instead of RGBA and BGRA
authorreed <reed@chromium.org>
Thu, 10 Jul 2014 00:28:13 +0000 (17:28 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 10 Jul 2014 00:28:19 +0000 (17:28 -0700)
TBR=caryclark@google.com
BUG=skia:

Author: reed@chromium.org

Review URL: https://codereview.chromium.org/382633004

include/core/SkColorPriv.h

index 21e1783..6f23f9b 100644 (file)
@@ -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