| commit | d283a465cd615caa51d758a222cf6b2d43f1514c | [log] [tgz] |
|---|---|---|
| author | Olga Gerchikov <gerchiko@microsoft.com> | Wed Jul 30 00:23:13 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 30 00:23:13 2025 |
| tree | 7eba5c557f73e2eb5d4cbc692c804c7ad7873892 | |
| parent | 97b5b7f06a19a5e388ea8f381b0ae747234b8b1d [diff] |
Fixed raster translation for OOPIFs Text composited with a non-zero offset from its parent block in an OOPIF may appear blurry due to raster translation [1] not accounting for the external page scale factor applied to OOP iframes. The fix is to incorporate the external page scale factor into both the draw transform and screen space transform, and then carry out all subsequent calculations using the scaled values. [1] https://source.chromium.org/chromium/chromium/src/+/main:cc/layers/picture_layer_impl.cc;drc=4e5bc997187b317fd1da3b0a0456ee7e50b3d306;l=1728 Bug: 399478935 Change-Id: Ic4f5451a1bfb56ab41937159aef6a836d7406270 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6789493 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Olga Gerchikov <gerchiko@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1493884}
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.