commit | 6b1ed34cc5dc0f1ac9c5180181f5f2a43b846219 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@chromium.org> | Wed Aug 11 13:05:49 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 11 13:05:49 2021 |
tree | afcbeb59249e66959a881d2dd7c5ca73cf7c6a9a | |
parent | 9decbe7fcad82d9871f00e2c6f84678d53997e42 [diff] |
Minor fix for damage in content space The inverse transform of |quad_to_target_transform| goes from target space to the quad content space. However the candidate |damage_rect| is supposed to be in buffer space. Thus, we need to remove the potential offset of the quad in content space. This issue was discovered when looking at https://en.wikipedia.org/wiki/GIF in LaCros. Bug: 1224991 Change-Id: I397951884dd3d35ef0c7452b489c2a824917f140 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3063999 Commit-Queue: Peter McNeeley <petermcneeley@chromium.org> Reviewed-by: Eliot Courtney <edcourtney@chromium.org> Reviewed-by: Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#910768}
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.
If you found a bug, please file it at https://crbug.com/new.