| Index: src/core/SkTypeface.cpp
|
| diff --git a/src/core/SkTypeface.cpp b/src/core/SkTypeface.cpp
|
| index bea79850979b33f457fda5d2262c71ffd5528313..915b0e3d28734f6ff6fd9baa0e6c70942068182f 100644
|
| --- a/src/core/SkTypeface.cpp
|
| +++ b/src/core/SkTypeface.cpp
|
| @@ -209,6 +209,10 @@ SkAdvancedTypefaceMetrics* SkTypeface::getAdvancedTypefaceMetrics(
|
| return this->onGetAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
|
| }
|
|
|
| +SkTypeface* SkTypeface::refMatchingStyle(Style style) const {
|
| + return this->onRefMatchingStyle(style);
|
| +}
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|