aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-11-24 12:02:31 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-24 12:02:31 -0800
commit90d0ff013bbd8e5295d1517d41cb408e9d9f4d93 (patch)
tree48f4d640384d870a41372957098a75d4ae98cf7e /tools
parent989131755712dbf9ab05f15537c76c82094de067 (diff)
add some debugging to SkNVRefCnt
Diffstat (limited to 'tools')
-rw-r--r--tools/filtermain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/filtermain.cpp b/tools/filtermain.cpp
index 87d68ff3a2..3b9d05682c 100644
--- a/tools/filtermain.cpp
+++ b/tools/filtermain.cpp
@@ -661,7 +661,7 @@ struct OptTableEntry {
static int filter_picture(const SkString& inFile, const SkString& outFile) {
- SkAutoTDelete<SkPicture> inPicture;
+ SkAutoTUnref<SkPicture> inPicture;
SkFILEStream inStream(inFile.c_str());
if (inStream.isValid()) {