New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 823391 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Dec 5
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

LayerTreeHostBlendingPixelTest.BlendingWithBackgroundFilter

Project Member Reported by hubbe@chromium.org, Mar 19 2018

Issue description

This test fails in weird ways if optimization is disabled in color_transform.cc. (by making ColorTransformInternal::Simplify do nothing) It seems the issue is that the color transform  may produce very small negative values, and the blending function that comes after doesn't like it.

Since negative values are in fact valid (in some cases) the solution might not be as simple as putting a max(0,...) in the right place.


 
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".
Status: WontFix (was: Assigned)

Sign in to add a comment