| Index: src/fonts/SkGScalerContext.h
|
| diff --git a/src/fonts/SkGScalerContext.h b/src/fonts/SkGScalerContext.h
|
| index 54af3c39d378e458f446d2cf934a137f1de556a1..05dc4830076024b0d63a1b832867019d89f50654 100644
|
| --- a/src/fonts/SkGScalerContext.h
|
| +++ b/src/fonts/SkGScalerContext.h
|
| @@ -26,7 +26,7 @@ protected:
|
| SkAdvancedTypefaceMetrics::PerGlyphInfo,
|
| const uint32_t* glyphIDs,
|
| uint32_t glyphIDsCount) const SK_OVERRIDE;
|
| - SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
|
| + SkStreamAsset* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
|
| void onGetFontDescriptor(SkFontDescriptor*, bool* isLocal) const SK_OVERRIDE;
|
|
|
| virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
|
|
|