diff options
author | Mike Klein <mtklein@chromium.org> | 2016-09-26 21:37:09 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-09-28 00:03:23 +0000 |
commit | c4cbd74a38232a0e9f1cc1cc8fb826bb06c577a9 (patch) | |
tree | 43b69ac83cd0d6aaea06b64c68a98b36b66d4082 | |
parent | eec8304714f35e4c789a2b69e511f88fe5890149 (diff) |
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>
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ skia_public_includes = [ config("skia_public") { include_dirs = skia_public_includes defines = [ "SKIA_DLL" ] - if (is_linux) { + if (is_fuchsia || is_linux) { defines += [ "SK_SAMPLES_FOR_X" ] } if (skia_enable_android_framework_defines) { |