From 479a2c12177bd7b031705b5ca66ab8b246059cd9 Mon Sep 17 00:00:00 2001 From: ddh Date: Thu, 9 Jun 2016 00:34:31 +0100 Subject: added dom obj counting to decide sequential/parallel layout (#10110) --- components/script_layout_interface/message.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/script_layout_interface/message.rs') diff --git a/components/script_layout_interface/message.rs b/components/script_layout_interface/message.rs index a2ca0414e91..7fc50f0da14 100644 --- a/components/script_layout_interface/message.rs +++ b/components/script_layout_interface/message.rs @@ -125,6 +125,8 @@ pub struct ScriptReflow { pub script_join_chan: Sender<()>, /// The type of query if any to perform during this reflow. pub query_type: ReflowQueryType, + /// The number of objects in the dom #10110 + pub dom_count: u32, } impl Drop for ScriptReflow { -- cgit v1.2.3