commit | ec7a5e4ef7e3709af64b74b583ab0c33b5d9b873 | [log] [tgz] |
---|---|---|
author | Edvard Thörnros <edvardt@opera.com> | Wed Jul 10 15:45:13 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 10 15:45:13 2019 |
tree | 1757beedc7cc13d691fae33258a35d95ffe2f11b | |
parent | bd74109ca109811b56d77f4620a56fb27f4d8f73 [diff] |
Refactor SVGSMILElement::MaybeRestartInterval() The method has been renamed to SVGSMILElement::CheckForNewRestartInterval() and now returns the new interval instead of setting it directly. This is to make it easier to track state changes and follow the flow of the program. It will also make it easier to track down some bug. This is the third step in a series of commits to be able to separate the timing logic from the updating logic. This aims to make it easier to make upcoming edits. No changes should be made with this commit in how the application functions or the runtime, there is however one slight change in the updating of syncbases. If this change has any effects is unknown, but it might cause some syncbases to not update correctly. Bug: 981522, 641437 Change-Id: I23f8d641d22234e16a6434d6025ea558a13e1fae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692576 Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: Edvard Thörnros <edvardt@opera.com> Cr-Commit-Position: refs/heads/master@{#676014}
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 .