diff options
Diffstat (limited to 'components/shared')
-rw-r--r-- | components/shared/script_layout/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/script_layout/lib.rs b/components/shared/script_layout/lib.rs index 9b052642c32..69e577e139d 100644 --- a/components/shared/script_layout/lib.rs +++ b/components/shared/script_layout/lib.rs @@ -265,7 +265,7 @@ pub trait Layout { animations: DocumentAnimationSet, animation_timeline_value: f64, ) -> Option<ServoArc<Font>>; - fn query_scrolling_area(&self, node: Option<OpaqueNode>) -> Rect<i32>; + fn query_scrolling_area(&self, node: Option<TrustedNodeAddress>) -> Rect<i32>; fn query_text_indext(&self, node: OpaqueNode, point: Point2D<f32>) -> Option<usize>; } |