Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index 3efc5c141a4d50af4f762f74546cf30756153882..3af7dbede5f9108f7b8cb2d9703cf3a74ddd5021 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -55,7 +55,7 @@ static void done(double ms, |
if (!log.isEmpty()) { |
log.prepend("\n"); |
} |
- int32_t pending = sk_atomic_dec(&gPending)-1; |
+ auto pending = sk_atomic_dec(&gPending)-1; |
SkDebugf("%s(%4dMB %5d) %s\t%s %s %s%s", FLAGS_verbose ? "\n" : kSkOverwriteLine |
, sk_tools::getMaxResidentSetSizeMB() |
, pending |