| commit | 56b1490f30437ec92df7897ee8e7a12a9ed98691 | [log] [tgz] |
|---|---|---|
| author | yhirano <yhirano@chromium.org> | Fri Jul 22 05:37:55 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 22 05:39:13 2016 |
| tree | 21a93fc68f48481bfbcf5f067d340f1e603aff00 | |
| parent | f230eff72cf97710177f62cc2734ffc05b7ba992 [diff] |
ThreadableLoader::cancel should be called before loader destruction Currently ThreadableLoader's destructor implicitly cancels loading. This CL requires a user to cancel the loader explicitly before destructing a ThreadableLoader, as a preparation for moving it to Oilpan heap. BUG=587663 Review-Url: https://codereview.chromium.org/2146403004 Cr-Commit-Position: refs/heads/master@{#407074}