commit | e6d272465db95d1d7200be7b7302d918f536073f | [log] [tgz] |
---|---|---|
author | Jordan Taylor <jortaylo@microsoft.com> | Mon May 10 22:14:24 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 10 22:14:24 2021 |
tree | 2fed70e5b0c9e802d17268395d06ed9431d4cbae | |
parent | 645b9aebe76ad3067d2471536faa156f346aa02d [diff] |
Converting timing member variables from double to AnimationTimeDelta blink::Timing has member variables and functions that contain or return time values as doubles. These should use AnimationTimeDelta instead. Bug: 1205572 Change-Id: I52a109ab0b251d7d31802a43b7800f74ca0b6ce1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2872259 Reviewed-by: Kevin Ellis <kevers@chromium.org> Reviewed-by: Robert Flack <flackr@chromium.org> Reviewed-by: Olga Gerchikov <gerchiko@microsoft.com> Commit-Queue: Jordan Taylor <jortaylo@microsoft.com> Cr-Commit-Position: refs/heads/master@{#881264}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.