aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
diff options
context:
space:
mode:
authorpylbrecht <palbrecht@mailbox.org>2019-04-17 17:23:17 +0200
committerpylbrecht <palbrecht@mailbox.org>2019-04-17 17:23:17 +0200
commit4fd9fea7a64420265dfe482b577ad0fc74d2a817 (patch)
tree32c37f06c4ce52c53d520108c48f6d826a9b64ad /components/layout_thread/lib.rs
parent858011c5132d647c0718a2801279222652004a3b (diff)
downloadservo-4fd9fea7a64420265dfe482b577ad0fc74d2a817.tar.gz
servo-4fd9fea7a64420265dfe482b577ad0fc74d2a817.zip
fixup! Measure layout queries blocked by ongoing layout
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 4ab5c653ea8..839fac79006 100644
--- a/components/layout_thread/lib.rs
+++ b/components/layout_thread/lib.rs
@@ -871,7 +871,7 @@ impl LayoutThread {
self.webrender_api.clone_sender(),
self.webrender_document,
info.paint_time_metrics,
- self.busy.clone(),
+ info.layout_is_busy,
);
}