Closed
Bug 553091
Opened 15 years ago
Closed 13 years ago
ImageLayers should have a size
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Assigned: cpearce)
Details
See bug 538323 comment #29.
For smooth transitions between Images with different sizes without synchronizing with the main thread, we should give ImageLayer a size (updated on the main thread, of course) and have ImageLayer letterbox Images to that size. Then we can rely on that for all letterboxing and get rid of the letterboxing in nsVideoFrame (which currently uses transforms).
Reporter | ||
Updated•15 years ago
|
Assignee: roc → nobody
Reporter | ||
Comment 1•15 years ago
|
||
This isn't a priority right now since we don't support chained Oggs or any other format that supports variable frame sizes.
Comment 2•13 years ago
|
||
Chris Pearce added sizes to ImageLayers shortly after this bug was filed: http://hg.mozilla.org/mozilla-central/rev/3742af50864f
Assignee: nobody → chris
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•