commit | f44c2f8d3e188f4e4bca155d34ab5f6edbf0964a | [log] [tgz] |
---|---|---|
author | tzik <[email protected]> | Wed Mar 08 08:41:15 2017 |
committer | Commit bot <[email protected]> | Wed Mar 08 08:41:15 2017 |
tree | 4f0233e86bcabad93cdb99462fae5075f2863b4b | |
parent | 539c908fa2bb422de695ec180f5752ff909b91ae [diff] |
Avoid copy on move-conversion from RepeatingCallback to OnceCallback CallbackBase didn't have the move-conversion constructor and move-conversion assignment. That causes an extra copy on the conversion from rvalue RepeatingCallback to OnceCallback. Review-Url: https://codereview.chromium.org/2740703002 Cr-Commit-Position: refs/heads/master@{#455404}