Closed Bug 1207741 Opened 9 years ago Closed 9 years ago

Remove gfxIntSize

Categories

(Core :: Graphics, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla44
Tracking Status
firefox44 --- fixed

People

(Reporter: n.nethercote, Assigned: n.nethercote)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

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.
Attachment #8665043 - Flags: review?(nical.bugzilla)
Attachment #8665043 - Flags: review?(nical.bugzilla) → review+
https://hg.mozilla.org/mozilla-central/rev/cdee9be7cdc1
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Duplicate of this bug: 919226
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: