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

Unified Diff: skia/config/SkUserConfig.h

Issue 800133008: Define SK_USE_FREETYPE_EMBOLDEN on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct comment Created 5 years, 11 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/config/SkUserConfig.h
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 8b4046a602b582aed10d9e476ffe6464fdce16e9..ceb358ccb4be3df5841866a228b89f45da73728f 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -215,6 +215,11 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#error Read the comment at this location
#endif
+#elif defined(SK_BUILD_FOR_ANDROID)
h.joshi 2015/01/06 05:09:33 Can we combine this with "SK_BUILD_FOR_UNIX"?
Xianzhu 2015/01/06 17:21:12 Done. I wonder if the SK_CPU_BENDIAN section stil
+
+// See comments about SK_USE_FREETYPE_EMBOLDEN for SK_BUILD_FOR_UNIX
+#define SK_USE_FREETYPE_EMBOLDEN
+
#endif
// The default crash macro writes to badbeef which can cause some strange
« 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