Make SkPMColor BGRA on Fuchsia.
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2700 Change-Id: I59b8463adcf3d49af524fec379e3b563dcbcbf6b Reviewed-on: https://skia-review.googlesource.com/2700 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com>
This commit is contained in:
parent
eec8304714
commit
c4cbd74a38
2
BUILD.gn
2
BUILD.gn
@ -56,7 +56,7 @@ skia_public_includes = [
|
|||||||
config("skia_public") {
|
config("skia_public") {
|
||||||
include_dirs = skia_public_includes
|
include_dirs = skia_public_includes
|
||||||
defines = [ "SKIA_DLL" ]
|
defines = [ "SKIA_DLL" ]
|
||||||
if (is_linux) {
|
if (is_fuchsia || is_linux) {
|
||||||
defines += [ "SK_SAMPLES_FOR_X" ]
|
defines += [ "SK_SAMPLES_FOR_X" ]
|
||||||
}
|
}
|
||||||
if (skia_enable_android_framework_defines) {
|
if (skia_enable_android_framework_defines) {
|
||||||
|
Loading…
Reference in New Issue
Block a user