Closed
Bug 1254360
Opened 10 years ago
Closed 4 years ago
Stop accessing the imgIContainer's width and height in nsDisplayImage::ConfigureLayer and related methods
Categories
(Core :: Graphics: ImageLib, task, P3)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
INVALID
People
(Reporter: seth, Unassigned)
References
Details
(Whiteboard: [gfx-noted])
In bug 1251804 we updated nsDisplayImage::ConfigureLayer (and the related ConfigureLayer() methods from other image-related display list items) to scale the layer's transform based on the ImageContainer being used, rather than on the imgIContainer's size. However, to avoid changing error-handling behavior, we continued to check that the imgIContainer's width and height were available.
In this followup, let's remove that check, since it should not be necessary. (And it adds a substantial number of lines of code.)
Updated•8 years ago
|
Priority: -- → P3
Comment 2•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:aosmond, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: seth.bugzilla → nobody
Flags: needinfo?(aosmond)
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(aosmond)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•