diff options
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r-- | components/script/layout_interface.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index e0671763b13..d04acc36c67 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -108,10 +108,6 @@ pub enum ReflowQueryType { pub struct Reflow { /// The goal of reflow: either to render to the screen or to flush layout info for script. 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, /// A clipping rectangle for the page, an enlarged rectangle containing the viewport. pub page_clip_rect: Rect<Au>, } |