Remove another caller of SkRef(SkStream)
authorscroggo <scroggo@google.com>
Wed, 21 Jan 2015 20:23:20 +0000 (12:23 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 21 Jan 2015 20:23:20 +0000 (12:23 -0800)
TBR=bungeman@google.com
NOTRY=true
NOTREECHECKS=true

Review URL: https://codereview.chromium.org/860353005

src/ports/SkFontHost_linux.cpp

index b6fab62..04792f8 100644 (file)
@@ -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; }