aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
diff options
context:
space:
mode:
authorGlenn Watson <github@intuitionlibrary.com>2018-02-08 09:06:45 +1000
committerGlenn Watson <github@intuitionlibrary.com>2018-02-08 11:22:03 +1000
commit0a2ea7381f82eed66e1473201179dbb62f38c912 (patch)
tree1bc26258dfb47fe48ca21bc7f822ff50f6e157dc /components/layout_thread/lib.rs
parenta0e4ea9f56947e9e47397984566e3e0cb5c3561e (diff)
downloadservo-0a2ea7381f82eed66e1473201179dbb62f38c912.tar.gz
servo-0a2ea7381f82eed66e1473201179dbb62f38c912.zip
Update WR (various transform, hit-testing related fixes).
Diffstat (limited to 'components/layout_thread/lib.rs')
-rw-r--r--components/layout_thread/lib.rs2
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);