Closed Bug 1812396 Opened 1 year ago Closed 1 year ago

Make BasePoint::X() and Y() return Coord

Categories

(Core :: Panning and Zooming, task, P3)

task

Tracking

()

RESOLVED FIXED
111 Branch
Tracking Status
firefox111 --- fixed

People

(Reporter: botond, Assigned: rzvncj, Mentored)

References

Details

(Whiteboard: [lang=c++])

Attachments

(1 file)

In bug 1060421, we changed the x and y fields of BasePoint to be Coord (typically BaseCoord<T>, a strongly-typed coordinate wrapper) rather than T (typically a primitive type).

As a follow-up, I'd like to migrate other parts of the interface of BasePoint to use Coord rather T where that makes sense.

In this bug, let's migrate the accessors X() and Y().

Assignee: nobody → rzvncj
Status: NEW → ASSIGNED
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75f4fbe4941e
Make BasePoint::X() and Y() return Coord. r=botond
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Blocks: 1838100
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: