Try again to use a C++11 feature in DM as a canary.
CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu13.10-GCC4.8-NaCl-Release-Trybot,Build-Mac10.7-Clang-Arm7-Debug-iOS-Trybot BUG=skia: Review URL: https://codereview.chromium.org/898863003
This commit is contained in:
parent
f3cdce7910
commit
6dee2ad388
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user