Closed Bug 1441602 Opened 8 years ago Closed 3 years ago

[templates] Use of PrepareNodeForLayer not found

Categories

(Webtools :: Searchfox, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: kats, Unassigned)

References

Details

https://searchfox.org/mozilla-central/search?q=PrepareNodeForLayer&redirect=false The use of PrepareNodeForLayer shows up as a "textual occurrence" rather than call site.

The definition is template <class ScrollNode> HitTestingTreeNode* PrepareNodeForLayer(... const ScrollNode& aLayer ...) so it's likely a template issue, marking the subject with the bug 1553307 scheme.

Summary: Use of PrepareNodeForLayer not found → [templates] Use of PrepareNodeForLayer not found

I expect the issue is that the call site is in a template, making this an instance of bug 1535149.

See Also: → 1535149

We have since made this code non-templated (because the templating was to parameterize over Layers vs. WebRender, and Layers has been removed!), so this is no longer applicable (but the more general bug 1535149 is).

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.