Closed
Bug 1870478
Opened 1 year ago
Closed 1 year ago
Ensure that we fail canvas playback if we cannot lock textures
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
INVALID
People
(Reporter: aosmond, Assigned: aosmond)
Details
Attachments
(1 obsolete file)
We should be handling all of these lock failures:
https://searchfox.org/mozilla-central/rev/824b5959320fe040b2dcd21cca19f0687f435582/gfx/layers/ipc/CanvasTranslator.cpp#552
https://searchfox.org/mozilla-central/rev/824b5959320fe040b2dcd21cca19f0687f435582/gfx/layers/ipc/CanvasTranslator.cpp#626
https://searchfox.org/mozilla-central/rev/824b5959320fe040b2dcd21cca19f0687f435582/gfx/layers/RecordedCanvasEventImpl.h#168
Assignee | ||
Comment 1•1 year ago
|
||
Failing to acquire the lock on a texture should cause us to fallback to
software / Skia canvas.
Updated•1 year ago
|
Attachment #9369090 -
Attachment is obsolete: true
Assignee | ||
Comment 2•1 year ago
|
||
Lee is fixing 2 of the 3 of these already as part of his refactoring in bug 1829026, so probably makes sense to fold the last into his patches.
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•