aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/layout_task.rs')
-rw-r--r--components/layout/layout_task.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/layout_task.rs b/components/layout/layout_task.rs
index 9aac21f7a88..cf7ca56da00 100644
--- a/components/layout/layout_task.rs
+++ b/components/layout/layout_task.rs
@@ -758,7 +758,7 @@ impl LayoutTask {
possibly_locked_rw_data.block(rw_data);
}
- fn try_get_layout_root(&self, node: ServoLayoutNode) -> Option<FlowRef> {
+ fn try_get_layout_root<'ln, N: LayoutNode<'ln>>(&self, node: N) -> Option<FlowRef> {
let mut layout_data_ref = node.mutate_layout_data();
let layout_data =
match layout_data_ref.as_mut() {
@@ -1271,7 +1271,7 @@ impl LayoutTask {
}
}
- unsafe fn dirty_all_nodes(node: ServoLayoutNode) {
+ unsafe fn dirty_all_nodes<'ln, N: LayoutNode<'ln>>(node: N) {
for node in node.traverse_preorder() {
// TODO(cgaebel): mark nodes which are sensitive to media queries as
// "changed":