Index: include/ports/SkTypeface_mac.h |
=================================================================== |
--- include/ports/SkTypeface_mac.h (revision 8581) |
+++ include/ports/SkTypeface_mac.h (working copy) |
@@ -24,6 +24,6 @@ |
* corresponding typeface for the specified CTFontRef. The caller must call |
* unref() when it is finished. |
*/ |
-SK_API extern SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef); |
+SK_API extern SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef, bool requiresSerialization = false); |
#endif |