diff options
Diffstat (limited to 'components/layout_thread/lib.rs')
-rw-r--r-- | components/layout_thread/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index d3a77d1e652..5585891a011 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -707,7 +707,7 @@ impl LayoutThread { let mut txn = webrender_api::Transaction::new(); txn.scroll_node_with_id( webrender_api::LayoutPoint::from_untyped(&point), - webrender_api::IdType::ExternalScrollId(state.scroll_id), + webrender_api::ScrollNodeIdType::ExternalScrollId(state.scroll_id), webrender_api::ScrollClamping::ToContentBounds ); self.webrender_api.send_transaction(self.webrender_document, txn); |