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

Unified Diff: public/blink_skia_config.gypi

Issue 691133002: use better heuristic for maxcharwidth (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: set flag in gypi Created 6 years, 2 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 | « Source/platform/fonts/SimpleFontData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/blink_skia_config.gypi
diff --git a/public/blink_skia_config.gypi b/public/blink_skia_config.gypi
index 7a548971ba8d0da3145e761000a49b751a8180e3..2f6d389330e6e1a9dc13dfed00832746bc436391 100644
--- a/public/blink_skia_config.gypi
+++ b/public/blink_skia_config.gypi
@@ -11,6 +11,7 @@
# AFTER the flag has been removed from skia.gyp in Chromium.
'blink_skia_defines': [
'SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1',
+ 'SK_USE_SCALED_FONTMETRICS',
],
},
}
« no previous file with comments | « Source/platform/fonts/SimpleFontData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698