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

Unified Diff: skia/skia.gyp

Issue 17068009: Use TEXTMETRICS for font metrics for Skia/GDI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 e806d2c74dc04de7b6a368b226f0c12e06298f38..3b5fb947099b940bb876969639842ccf83467dec 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -516,6 +516,9 @@
],
}],
[ 'OS == "win"', {
+ 'defines': [
+ 'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS'
+ ],
'sources!': [
'../third_party/skia/src/ports/SkOSFile_posix.cpp',
'../third_party/skia/src/ports/SkThread_pthread.cpp',
« 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