| Index: include/ports/SkTypeface_android.h
|
| diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h
|
| index e87fa4805a34452f6087ab08b5c627a0e59f6d10..c94aa8fea53feefe9d48de6e258994d0ce73c189 100644
|
| --- a/include/ports/SkTypeface_android.h
|
| +++ b/include/ports/SkTypeface_android.h
|
| @@ -39,6 +39,6 @@ SK_API void SkUseTestFontConfigFile(const char* mainconf, const char* fallbackco
|
| * get the 3rd can still inspect the original, and try to match its
|
| * stylistic attributes.
|
| */
|
| -SkTypeface* SkAndroidNextLogicalTypeface(SkFontID currFontID, SkFontID origFontID);
|
| +SkTypeface* SkAndroidNextLogicalTypeface(const SkScalerContextRec& rec);
|
|
|
| #endif
|
|
|