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

Unified Diff: skia/ext/SkFontHost_fontconfig_ipc.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_impl.h ('k') | skia/ext/SkFontHost_fontconfig_ipc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/SkFontHost_fontconfig_ipc.h
diff --git a/skia/ext/SkFontHost_fontconfig_ipc.h b/skia/ext/SkFontHost_fontconfig_ipc.h
index 9965cb6bc5976eb6a3c2e3e5f09036c92aec7735..30a32e18cfc604878e27cb480b9cd4b144e46d12 100644
--- a/skia/ext/SkFontHost_fontconfig_ipc.h
+++ b/skia/ext/SkFontHost_fontconfig_ipc.h
@@ -33,7 +33,7 @@ class FontConfigIPC : public FontConfigInterface {
// FontConfigInterface implementation.
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);
enum Method {
« no previous file with comments | « skia/ext/SkFontHost_fontconfig_impl.h ('k') | skia/ext/SkFontHost_fontconfig_ipc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698