Closed
Bug 526864
Opened 16 years ago
Closed 14 years ago
unused parameter aFrameToUse in imgContainer::DoComposite
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: joe, Assigned: BenWa)
Details
Attachments
(2 files)
6.06 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
6.20 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
After bug 753 landed, we stopped needing to use the result of what DoComposite set aFrameToUse to, but never removed it as a parameter. This patch does that.
Attachment #410600 -
Flags: review?(bobbyholley)
Reporter | ||
Updated•16 years ago
|
Attachment #410600 -
Attachment is patch: true
Attachment #410600 -
Attachment mime type: application/octet-stream → text/plain
Comment 1•16 years ago
|
||
Comment on attachment 410600 [details] [diff] [review]
remove aFrameToUse
r+
Attachment #410600 -
Flags: review?(bobbyholley) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Fix bitrot but still asking for review to make sure we still want this change.
Attachment #565704 -
Flags: review?(bobbyholley+bmo)
Comment 3•14 years ago
|
||
Comment on attachment 565704 [details] [diff] [review]
remove aFrameToUse fix rot
it's an internal API, and the value is only ever written to. r+!
Attachment #565704 -
Flags: review?(bobbyholley+bmo) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Assignee: joe → bgirard
Whiteboard: [inbound]
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•