diff options
author | Clark Gaebel <cgaebel@mozilla.com> | 2014-09-16 14:03:35 -0700 |
---|---|---|
committer | Clark Gaebel <cgaebel@mozilla.com> | 2014-09-17 15:41:27 -0700 |
commit | 6bc63d47cd67bd39a05fcb471c945a1f578a28bb (patch) | |
tree | d7f728a14300afa73beead7caa8efd00c96b4936 /components/script/layout_interface.rs | |
parent | 787a68336524fb9585922b9ed319a8b194fb8ee1 (diff) | |
download | servo-6bc63d47cd67bd39a05fcb471c945a1f578a28bb.tar.gz servo-6bc63d47cd67bd39a05fcb471c945a1f578a28bb.zip |
Added more complex profiling metadata.
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r-- | components/script/layout_interface.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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. |