Fix up overflow_x and _y after the fact rather than have their values in computed::Context.

This commit is contained in:
Simon Sapin 2016-03-08 21:20:23 +01:00
parent 54790d0ae5
commit bab28e5070
3 changed files with 17 additions and 43 deletions

View file

@ -1450,8 +1450,6 @@ pub mod computed {
pub font_size: longhands::font_size::computed_value::T,
pub root_font_size: longhands::font_size::computed_value::T,
pub display: longhands::display::computed_value::T,
pub overflow_x: longhands::overflow_x::computed_value::T,
pub overflow_y: longhands::overflow_y::computed_value::T,
pub positioned: bool,
pub floated: bool,
pub border_top_present: bool,