From 6bc63d47cd67bd39a05fcb471c945a1f578a28bb Mon Sep 17 00:00:00 2001 From: Clark Gaebel Date: Tue, 16 Sep 2014 14:03:35 -0700 Subject: Added more complex profiling metadata. --- components/script/layout_interface.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/script/layout_interface.rs') diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index 0c82c61447d..18c98dc50e6 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -142,6 +142,8 @@ pub struct Reflow { pub goal: ReflowGoal, /// The URL of the page. pub url: Url, + /// Is the current reflow of an iframe, as opposed to a root window? + pub iframe: bool, /// The channel through which messages can be sent back to the script task. pub script_chan: ScriptControlChan, /// The current window size. -- cgit v1.2.3