skia-gamma.patch 423 B

12345678910111213
  1. diff --git a/skia/BUILD.gn b/skia/BUILD.gn
  2. index b2c8b79..7e2ee53 100644
  3. --- a/skia/BUILD.gn
  4. +++ b/skia/BUILD.gn
  5. @@ -139,7 +139,7 @@ config("skia_library_config") {
  6. # Settings for text blitting, chosen to approximate the system browser.
  7. if (is_linux || is_chromeos) {
  8. defines += [
  9. - "SK_GAMMA_EXPONENT=1.2",
  10. + "SK_GAMMA_EXPONENT=1.8",
  11. "SK_GAMMA_CONTRAST=0.2",
  12. ]
  13. } else if (is_android) {