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

Unified Diff: skia/skia.gyp

Issue 10918175: Define SK_SUPPORT_HINTING_SCALE_FACTOR by default (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index cf6503cb4b10ff537e76eaa3a2928dd4c7a5e0ea..8b4fa6205c7385b80feaaa387d019ceb78fab93b 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -238,6 +238,11 @@
# Temporarily ignore fix to antialias coverage, until we can rebaseline
'SK_USE_LEGACY_AA_COVERAGE',
+
+ # Temporarily use SkPaint to keep a scale factor needed for correct
+ # font rendering in high DPI mode.
+ # See https://codereview.appspot.com/6495089/
+ 'SK_SUPPORT_HINTING_SCALE_FACTOR',
],
'sources!': [
'../third_party/skia/include/core/SkTypes.h',
« 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