Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: skia/BUILD.gn

Issue 2674883002: Change SK_GAMMA_CONTRAST in Windows from 0.5 to 1.0. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 256a9ce612fe3977203bb9a2553b84c34936bea5..a07a567d241e971944e1a506c96308dea0e93a9f 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -149,7 +149,7 @@ config("skia_library_config") {
} else if (is_win) {
defines += [
"SK_GAMMA_SRGB",
- "SK_GAMMA_CONTRAST=0.5",
+ "SK_GAMMA_CONTRAST=1.0",
]
} else if (is_mac) {
defines += [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698