commit | e027f1705eb29560df334bcc02a27e5774277984 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Fri Feb 26 15:53:06 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 26 15:53:06 2016 -0800 |
tree | c64bd080b6d4286a08fd457cbe0a11c3ab8c2f75 | |
parent | 27c3fddaac722086b80a7725f42c14fb694ec4a6 [diff] |
DM: dm.json can be missing some final results We called JsonWriter::DumpJson() every once in a while, but this did not necssarily wait for offloaded PNG encoding to finish. This means we might have been dropping some DM results for a while now. Fix by one more JsonWriter::DumpJson() call after joining back to the main thread. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1744723002 Review URL: https://codereview.chromium.org/1744723002