pub fn nearest_window_root(
applier: &mut MemoryApplier,
node: NodeId,
) -> Option<NodeId>Expand description
The window root that owns node: the nearest node, node included, whose
modifier chain carries a window root. None when the node belongs to the
primary root.