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

Unified Diff: skia/ext/SkFontHost_fontconfig_impl.h

Issue 10836242: Made result_filefaceid output optional in FontConfigIPC::Match. There are cases when we are only in… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « content/common/font_config_ipc_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/SkFontHost_fontconfig_impl.h
===================================================================
--- skia/ext/SkFontHost_fontconfig_impl.h (revision 151488)
+++ skia/ext/SkFontHost_fontconfig_impl.h (working copy)
@@ -32,8 +32,10 @@
/** Performs config match
*
- * @param result_family (output) on success, the resulting family name.
- * @param result_filefaceid (output) on success, the resulting fileface id.
+ * @param result_family (optional, set to NULL to ignore, output)
+ * on success, set to the resulting family name.
+ * @param result_filefaceid (optional, set to NULL to ignore, output)
+ * on success, set to the resulting fileface id.
* @param filefaceid_valid if true, then |filefaceid| is valid
* @param filefaceid the filefaceid (as returned by this function)
* which we are trying to match.
« no previous file with comments | « content/common/font_config_ipc_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698