Closed
Bug 1581233
Opened 6 years ago
Closed 6 years ago
Clean up call sites of HitTestingTreeNode::SetHitTestData
Categories
(Core :: Panning and Zooming, task)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: botond, Assigned: botond)
Details
Attachments
(1 file)
There's a lot of repetition between the call sites of this function, and it's just growing with the addition of new parameters like in bug 1541705. We should refactor this a bit.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fd34209bdecb
Add a helper function to reduce repetition at the call sites of HitTestingTreeNode::SetHitTestData(). r=tnikkel
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•