From e58898ee3a0aafb855d0504a438520702578524b Mon Sep 17 00:00:00 2001 From: scroggo Date: Wed, 21 Jan 2015 12:23:20 -0800 Subject: Remove another caller of SkRef(SkStream) TBR=bungeman@google.com NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/860353005 --- src/ports/SkFontHost_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ports') diff --git a/src/ports/SkFontHost_linux.cpp b/src/ports/SkFontHost_linux.cpp index b6fab622e8..04792f8bf2 100644 --- a/src/ports/SkFontHost_linux.cpp +++ b/src/ports/SkFontHost_linux.cpp @@ -85,7 +85,7 @@ public: SkTypeface_Stream(const SkFontStyle& style, bool isFixedPitch, bool sysFont, const SkString familyName, SkStream* stream, int index) : INHERITED(style, isFixedPitch, sysFont, familyName, index) - , fStream(SkRef(stream)) + , fStream(stream) { } const char* getUniqueString() const SK_OVERRIDE { return NULL; } -- cgit v1.2.3