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

Unified Diff: skia/BUILD.gn

Issue 2737533002: Replace subpixel font size heuristics with using OpenType gasp table (Closed)
Patch Set: No subpixel without smoothing, not even for layout tests Created 3 years, 9 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
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index c262cbb9186544c7338c34e57952f01d540ad2f2..17bcd14262036c4ab00306a72ac81429a3e1b025 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -41,10 +41,7 @@ config("skia_config") {
"//third_party/skia/include/utils",
]
- defines = [
- "SK_IGNORE_DW_GRAY_FIX",
- "SK_IGNORE_DIRECTWRITE_GASP_FIX",
- ]
+ defines = [ "SK_IGNORE_DW_GRAY_FIX" ]
defines += skia_for_chromium_defines
defines += []

Powered by Google App Engine
This is Rietveld 408576698