Update AomVideoDecoder::Reset() to new prototype.
The prototype of the pure virtual method VideoDecoder::Reset() changed from virtual void Reset(const base::Closure& closure) = 0; to virtual void Reset(base::OnceClosure closure) = 0; in commit 7ee39c86. Update AomVideoDecoder::Reset() to the new prototype. Tested: $ gn args out/Default In the editor, add the following line: enable_libaom_decoder = true $ autoninja -C out/Default media_unittests $ out/Default/media_unittests Change-Id: I1ccfe15588e6c94817f2d671bc55e9fea7305ae2 Bug: chromium:1055917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079851Reviewed-by:Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#745560}
Showing
Please register or sign in to comment