Closed
Bug 1207741
Opened 9 years ago
Closed 9 years ago
Remove gfxIntSize
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
89.05 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
gfxIntSize is just a typedef of gfx::IntSize, so this is very mechanical. The
only tricky part is deciding for each occurrence whether to replace it with
IntSize, gfx::IntSize or mozilla::gfx::IntSize; in all cases I went with the
shortest one that worked given the existing "using namespace" declarations.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Attachment #8665043 -
Flags: review?(nical.bugzilla)
![]() |
Assignee | |
Comment 2•9 years ago
|
||
Try server looks good: https://treeherder.mozilla.org/#/jobs?repo=try&revision=a23f15771651
Updated•9 years ago
|
Attachment #8665043 -
Flags: review?(nical.bugzilla) → review+
Comment 4•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•