mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #19982 - glennw:update-wr-fixes, r=emilio
Update WR (various transform, hit-testing related fixes). <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19982) <!-- Reviewable:end -->
This commit is contained in:
commit
ced67db82d
3 changed files with 7 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue