Fix VectorIterator::MoveNext() behaviour
Updates the VectorIterator interface to be compatible with the clarified IIterator API. The return value should be S_OK if we just moved past the last item, and E_BOUNDS if the iterator was already past the end before. See updated docs: https://docs.microsoft.com/en-us/previous-versions/br205830(v=vs.85) Bug: None Change-Id: Ifac585ca1dcfbf967afc801a64c97fa17ee2ef79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124831Reviewed-by:Robert Liao <robliao@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#782977}
Showing
Please register or sign in to comment