Closed
Bug 1367631
Opened 7 years ago
Closed 7 years ago
Round the dest rect of image layer to match the color layer behavior
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: ethlin, Assigned: ethlin)
References
Details
(Whiteboard: gfx-noted)
Attachments
(1 file)
2.35 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
There is a reftest failure[1] when turning on canvas background color. Because we round the bound of the color layer but we don't do rounding for image layer.
[1] layout/reftests/pixel-rounding/rounded-background-color-top-4.html
Assignee | ||
Comment 1•7 years ago
|
||
The patch can fix the reftest failures when using canvas background color layer. I checked the Non-QR try[1] and it looks like the patch doesn't cause new failures.
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=bbd891d1bd99d8c3b504d446739e40b2389cd377&selectedJob=101826673
Attachment #8871148 -
Flags: review?(matt.woodrow)
Updated•7 years ago
|
Whiteboard: gfx-noted
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ethlin
Updated•7 years ago
|
Attachment #8871148 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 2•7 years ago
|
||
Pushed by ethlin@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5dd47ac3e215
Round the dest rect of the image layer to match the color layer behavior. r=mattwoodrow
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•