From 5f213d9627d2eefa7da81cd97f36754f75eb4ae9 Mon Sep 17 00:00:00 2001 From: bungeman Date: Tue, 27 Jan 2015 05:39:10 -0800 Subject: SkTypeface to use SkStreamAsset. SkTypeface already requires typeface streams to support SkStreamAsset in practice, and in practice all users are already supplying them. Review URL: https://codereview.chromium.org/869763002 --- src/fonts/SkTestScalerContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fonts/SkTestScalerContext.h') diff --git a/src/fonts/SkTestScalerContext.h b/src/fonts/SkTestScalerContext.h index 6a78e5a1b4..49e9b779a5 100644 --- a/src/fonts/SkTestScalerContext.h +++ b/src/fonts/SkTestScalerContext.h @@ -73,7 +73,7 @@ protected: const uint32_t* glyphIDs, uint32_t glyphIDsCount) const SK_OVERRIDE; - SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE { + SkStreamAsset* onOpenStream(int* ttcIndex) const SK_OVERRIDE { SkASSERT(0); // don't expect to get here return NULL; } -- cgit v1.2.3