| Index: src/ports/SkFontConfigTypeface.h
|
| diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h
|
| index 851bfb794f15d492a0035a66ceac18a2850b37c0..3672f4e8d39ecb97ffb449dc9ce659a4825fc2a9 100644
|
| --- a/src/ports/SkFontConfigTypeface.h
|
| +++ b/src/ports/SkFontConfigTypeface.h
|
| @@ -56,9 +56,9 @@ protected:
|
| // we default to empty fFamilyName and fIdentity
|
| }
|
|
|
| - void onGetFamilyName(SkString* familyName) const SK_OVERRIDE;
|
| - void onGetFontDescriptor(SkFontDescriptor*, bool*) const SK_OVERRIDE;
|
| - SkStreamAsset* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
|
| + void onGetFamilyName(SkString* familyName) const override;
|
| + void onGetFontDescriptor(SkFontDescriptor*, bool*) const override;
|
| + SkStreamAsset* onOpenStream(int* ttcIndex) const override;
|
|
|
| private:
|
| typedef SkTypeface_FreeType INHERITED;
|
|
|