Closed
Bug 897363
Opened 11 years ago
Closed 7 years ago
[B2G]Separate Image class to different interfaces
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pchang, Assigned: dmarcos)
References
Details
Right now we had several image classes and complex inheritance relation.
Image, RGBImage, YCbCrImage, SharedImage
PlanarYCbCrImage inherinting from Image and YCbCrImage
GrallocImage inheriting from Image, YCbCrImage, SharedImage (and RGBImage)
SharedPlanarYCbCrImage inheriting from Image, YCbCrImage, SharedImage, etc.
As nical mentioned on bug 894262, create this bug to follow up to improve image classes inheritance relationship.
https://bugzilla.mozilla.org/show_bug.cgi?id=894262#c16,
Reporter | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dmarcos
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•