diff options
author | Mauricio Collares <mau@ric.io> | 2016-04-05 00:00:32 -0300 |
---|---|---|
committer | Mauricio Collares <mau@ric.io> | 2016-04-05 00:28:18 -0300 |
commit | d8222dd63d9a575a7a860d7c1015485317d0d1dc (patch) | |
tree | 25f6fae835149f871fcaf966179119fc1359a40b /components/layout/incremental.rs | |
parent | bbc5c51be89143f12b1693922c7d9892a51009c1 (diff) | |
download | servo-d8222dd63d9a575a7a860d7c1015485317d0d1dc.tar.gz servo-d8222dd63d9a575a7a860d7c1015485317d0d1dc.zip |
Move CSS line-height property from InheritedBox to InheritedText
Diffstat (limited to 'components/layout/incremental.rs')
-rw-r--r-- | components/layout/incremental.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs index 3a8fc385dd4..1544a39f427 100644 --- a/components/layout/incremental.rs +++ b/components/layout/incremental.rs @@ -202,7 +202,7 @@ pub fn compute_damage(old: Option<&Arc<ServoComputedValues>>, new: &ServoCompute get_padding.padding_top, get_padding.padding_right, get_padding.padding_bottom, get_padding.padding_left, get_box.width, get_box.height, - get_inheritedbox.line_height, + get_inheritedtext.line_height, get_inheritedtext.text_align, get_inheritedtext.text_indent, get_table.table_layout, get_inheritedtable.border_collapse, |