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

Unified Diff: skia/skia.gyp

Issue 10913299: 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 894e360afce84fea34fa9c2e8c0019ce793d2137..9807103261a5192d538e237cbcf79f4dca91197c 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -242,6 +242,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',
@@ -567,6 +572,7 @@
'SK_DEFERRED_CANVAS_USES_GPIPE=1',
'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
'GR_AGGRESSIVE_SHADER_OPTS=1',
+ 'SK_SUPPORT_HINTING_SCALE_FACTOR',
],
'conditions': [
['OS=="android"', {
« 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