| Index: src/core/SkScalerContext.cpp
|
| diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp
|
| index 93abf6b3c25e28d67f0111ae0bc6508dfdbc4bcb..8fefb1dbe92507f0faed3affb86568bb3859e327 100644
|
| --- a/src/core/SkScalerContext.cpp
|
| +++ b/src/core/SkScalerContext.cpp
|
| @@ -124,8 +124,7 @@ SkScalerContext::~SkScalerContext() {
|
| // there are no more entries in the fallback chain.
|
| SkScalerContext* SkScalerContext::allocNextContext() const {
|
| #ifdef SK_BUILD_FOR_ANDROID
|
| - SkTypeface* newFace = SkAndroidNextLogicalTypeface(fRec.fFontID,
|
| - fRec.fOrigFontID);
|
| + SkTypeface* newFace = SkAndroidNextLogicalTypeface(fRec);
|
| if (0 == newFace) {
|
| return NULL;
|
| }
|
|
|