Closed
Bug 1513772
Opened 7 years ago
Closed 7 years ago
Split out blob mask handling
Categories
(Core :: Graphics: WebRender, enhancement, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(2 files)
|
10.32 KB,
patch
|
Details | Diff | Splinter Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
Currently we use the regular fallback path for the mask images used by blobs. This isn't really the best fit and is causing test failures with the current blob re-coordination patches.
| Assignee | ||
Updated•7 years ago
|
Blocks: blob-recoord
| Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → jmuizelaar
| Assignee | ||
Updated•7 years ago
|
Blocks: stage-wr-trains
Priority: -- → P2
| Assignee | ||
Comment 2•7 years ago
|
||
Currently we use the regular fallback path for the mask images used by blobs.
This isn't really the best fit and is causing test failures with the current
blob re-coordination patches.
This changes the code to be more FrameLayerBuilder and handles
invalidation of the mask without using FrameLayerBuilder.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe95776b47d9
Split out blob mask handling. r=mstange
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•