mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Fix up overflow_x and _y after the fact rather than have their values in computed::Context.
This commit is contained in:
parent
54790d0ae5
commit
bab28e5070
3 changed files with 17 additions and 43 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue