Closed
Bug 1194557
Opened 9 years ago
Closed 9 years ago
Ensure that if the image was locked before RecoverFromLossOfFrames() was called, it's still locked afterwards
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: seth, Assigned: seth)
References
Details
Attachments
(1 file)
RecoverFromLossOfFrames() calls SurfaceCache::RemoveImage(), which implicitly unlocks the image. It needs to relock the image after doing that if the image is supposed to be locked.
Updated•9 years ago
|
Attachment #8647833 -
Flags: review?(tnikkel) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•