| Index: src/ports/SkFontConfigTypeface.h
|
| diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h
|
| index e1b6c182273fea395e8d57651779c4acf166dd4a..744c84b098ef182720af252091c080d996d04556 100644
|
| --- a/src/ports/SkFontConfigTypeface.h
|
| +++ b/src/ports/SkFontConfigTypeface.h
|
| @@ -26,8 +26,8 @@ public:
|
| , fFamilyName(familyName)
|
| , fLocalStream(NULL) {}
|
|
|
| - FontConfigTypeface(Style style, SkStream* localStream)
|
| - : INHERITED(style, SkTypefaceCache::NewFontID(), false) {
|
| + FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream)
|
| + : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) {
|
| // we default to empty fFamilyName and fIdentity
|
| fLocalStream = localStream;
|
| SkSafeRef(localStream);
|
|
|