aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
diff options
context:
space:
mode:
authorShing Lyu <shing.lyu@gmail.com>2016-09-09 17:32:12 +0800
committerShing Lyu <shing.lyu@gmail.com>2016-09-09 17:38:19 +0800
commitfc8731990cef746bcacdfae6dd6180cd983dace3 (patch)
tree5f8bfdd0405090494093fecb348b39bacb541941 /components/layout_thread/lib.rs
parentbba3eefde86d7716c35b6dcb6f45c9d42fbe758f (diff)
downloadservo-fc8731990cef746bcacdfae6dd6180cd983dace3.tar.gz
servo-fc8731990cef746bcacdfae6dd6180cd983dace3.zip
Create separate layout trace file for each reflow
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 d3be538e2b3..d3d55b590b9 100644
--- a/components/layout_thread/lib.rs
+++ b/components/layout_thread/lib.rs
@@ -1522,7 +1522,7 @@ impl LayoutThread {
self.first_reflow = false;
if opts::get().trace_layout {
- layout_debug::end_trace();
+ layout_debug::end_trace(self.generation);
}
if opts::get().dump_flow_tree {