| Index: include/core/SkColorPriv.h
|
| diff --git a/include/core/SkColorPriv.h b/include/core/SkColorPriv.h
|
| index 21e17836dd0ee04d72dc79b57a86b8bd0ce87ff1..6f23f9be149816ccea0f290cfb9b05756e3b016e 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
|
|
|