Index: src/fonts/SkTestScalerContext.h |
diff --git a/src/fonts/SkTestScalerContext.h b/src/fonts/SkTestScalerContext.h |
index 6a78e5a1b408a818e8994d899e6062275ce1c473..49e9b779a5b44ed81bf60e350415f3c8b5029cf5 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; |
} |