Closed
Bug 1823889
Opened 2 years ago
Closed 2 years ago
SVGGeometryFrame::GetHitTestFlags does not need to be virtual
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
SVGGeometryFrame::GetHitTestFlags is only called by methods that are themselves overridden by SVGImageFrame.
We can eliminate SVGGeometryFrame::GetHitTestFlags altogether and make SVGImageFrame::GetHitTestFlags private.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0443b62173ae
SVGGeometryFrame::GetHitTestFlags does not need to be virtual r=emilio
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•