Closed
Bug 1359360
Opened 8 years ago
Closed 8 years ago
Return draw result for background image layer
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: ethlin, Assigned: ethlin)
References
Details
(Keywords: correctness)
Attachments
(1 file)
20.99 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
Currently we don't return draw result when we generating webrender commands in nsDisplayBackgroundImage. It will cause test failures since we may snapshot before the image is ready.
Assignee | ||
Comment 1•8 years ago
|
||
We should update the draw result to nsDisplayBackgroundGeometry so that we won't get wrong snapshot.
Attachment #8861355 -
Flags: review?(matt.woodrow)
Updated•8 years ago
|
Attachment #8861355 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 2•8 years ago
|
||
Pushed by ethlin@mozilla.com:
https://hg.mozilla.org/projects/graphics/rev/cb1d0757e1c0
Handle draw result for webrender background image layer. r=mattwoodrow
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 4•8 years ago
|
||
status-firefox55:
--- → fixed
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•