| Index: src/core/SkTypeface.cpp
|
| ===================================================================
|
| --- src/core/SkTypeface.cpp (revision 10613)
|
| +++ src/core/SkTypeface.cpp (working copy)
|
| @@ -194,8 +194,8 @@
|
| return this->onGetUPEM();
|
| }
|
|
|
| -SkTypeface::LocalizedStrings* SkTypeface::getFamilyNames() const {
|
| - return this->onGetFamilyNames();
|
| +SkTypeface::LocalizedStrings* SkTypeface::createFamilyNameIterator() const {
|
| + return this->onCreateFamilyNameIterator();
|
| }
|
|
|
| void SkTypeface::getFamilyName(SkString* name) const {
|
|
|