commit | 21edc0913819c0d5a285fac9ac574dd7ab92c150 | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Wed Jan 09 18:38:00 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 09 18:38:00 2019 |
tree | 9257664559bb1458e7c54cec7b1cff585aa2e01b | |
parent | c18d229d45424ecf9ec40a22f1a9aeafc49c3a03 [diff] |
Clean up SVGSMILElement::FindInstanceTime Use lambdas and iterators, handling the case where an instance time equal to the request time is not a valid result in the predicate passed to std::lower_bound(). There's theoretically a change in behavior where (for 'begin' times), we could previously have returned the magic 'indefinite' value after looking for the next larger instance time. Change-Id: I5e51c85298530548c6527116086355b00ea7ad3d Reviewed-on: https://chromium-review.googlesource.com/c/1400822 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#621236}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .