Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: src/ports/SkFontHost_linux.cpp

Issue 844193007: And change SkAutoTUnref<const SkStream to SkAutoTDelete. (Closed) Base URL: https://skia.googlesource.com/skia.git@fixLinux
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkFontHost_linux.cpp
diff --git a/src/ports/SkFontHost_linux.cpp b/src/ports/SkFontHost_linux.cpp
index 04792f8bf20486e9f69ccb8d498d9fd0702534de..86d431dd419d5db99aff958b4293897ab1af06f6 100644
--- a/src/ports/SkFontHost_linux.cpp
+++ b/src/ports/SkFontHost_linux.cpp
@@ -97,7 +97,7 @@ protected:
}
private:
- const SkAutoTUnref<const SkStream> fStream;
+ const SkAutoTDelete<const SkStream> fStream;
typedef SkTypeface_Custom INHERITED;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698