commit | c61a6575eb55a78496fade2d40a72e188ea0c31d | [log] [tgz] |
---|---|---|
author | CGQAQ <m.jason.liu@gmail.com> | Tue Feb 25 13:49:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 13:49:17 2025 |
tree | 78d1e989174c0ef3567a2b08370b396aea7a2bc9 | |
parent | fba7331c0b367b0800559c27558a53a8f23a05b1 [diff] |
Fix single color stop with longer hue makes DrawRectOp failed to Deserialize After crrev.com/c/6197018, The single stop case it valid, it was assumed that colors should have at least two. This CL is a continuation on crrev.com/c/6275826, details see in that CL. Basically this CL fixes single stop with longer hue interpolation will makes content disappear silently and only logs `RasterCHROMIUM: serialization failure` without crash. Bug: 344620213 Change-Id: I0015c815ea4a11b53be877dbdb6a9e10ef614bea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6293745 Auto-Submit: Jason Leo <m.jason.liu@gmail.com> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Reviewed-by: Aaron Krajeski <aaronhk@chromium.org> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1424477}
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.