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

Unified Diff: skia/ext/SkFontHost_fontconfig_direct.h

Issue 147005: Linux: fix fake italics for font's without italic variants. (Closed)
Patch Set: ... Created 11 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 | « skia/ext/SkFontHost_fontconfig.cpp ('k') | skia/ext/SkFontHost_fontconfig_direct.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/SkFontHost_fontconfig_direct.h
diff --git a/skia/ext/SkFontHost_fontconfig_direct.h b/skia/ext/SkFontHost_fontconfig_direct.h
index d9c934a962b3a51c2de1561c6cc5de1f028e0ce0..56bea34873f260cdae8beb7800134effa322dc1d 100644
--- a/skia/ext/SkFontHost_fontconfig_direct.h
+++ b/skia/ext/SkFontHost_fontconfig_direct.h
@@ -31,7 +31,7 @@ class FontConfigDirect : public FontConfigInterface {
// FontConfigInterface implementation. Thread safe.
virtual bool Match(std::string* result_family, unsigned* result_fileid,
bool fileid_valid, unsigned fileid,
- const std::string& family, int is_bold, int is_italic);
+ const std::string& family, bool* is_bold, bool* is_italic);
virtual int Open(unsigned fileid);
private:
« no previous file with comments | « skia/ext/SkFontHost_fontconfig.cpp ('k') | skia/ext/SkFontHost_fontconfig_direct.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698