Closed
Bug 1325993
Opened 9 years ago
Closed 9 years ago
Simplify calling SendUpdate/SendUpdateNoSwap
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: dvander, Assigned: dvander)
Details
Attachments
(1 file)
31.71 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
These methods have, like, 12 parameters, which makes it more annoying to add new variables to the transaction.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Use a struct instead of 12 parameters.
Attachment #8822101 -
Flags: review?(nical.bugzilla)
Updated•9 years ago
|
Attachment #8822101 -
Flags: review?(nical.bugzilla) → review+
Pushed by danderson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/49bdb10395bd
Simplify calling SendUpdate/SendUpdateNoSwap. (bug 1325993, r=nical)
Comment 3•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•