remove dead SK_SUPPORT_LEGACY_N32_NAME code
BUG=skia: TBR= Review URL: https://codereview.chromium.org/818903004
This commit is contained in:
parent
f65f0b92f5
commit
3b40ee6009
@ -89,11 +89,7 @@ enum SkColorType {
|
|||||||
#elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
#elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
||||||
kN32_SkColorType = kRGBA_8888_SkColorType,
|
kN32_SkColorType = kRGBA_8888_SkColorType,
|
||||||
#else
|
#else
|
||||||
#error "SK_*32_SHFIT values must correspond to BGRA or RGBA byte order"
|
#error "SK_*32_SHFIT values must correspond to BGRA or RGBA byte order"
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SK_SUPPORT_LEGACY_N32_NAME
|
|
||||||
kPMColor_SkColorType = kN32_SkColorType
|
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user