aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/incremental.rs
diff options
context:
space:
mode:
authorMauricio Collares <mau@ric.io>2016-04-04 23:37:31 -0300
committerMauricio Collares <mau@ric.io>2016-04-05 00:21:49 -0300
commitaae8919da4bd2fdf24a2d0c87445418b6bc43f35 (patch)
tree9ea6ee9f116288ed583ef8608d54d7aa35e396bc /components/layout/incremental.rs
parent281e385ab2f4ec71ffc3332cfef7babe38e21538 (diff)
downloadservo-aae8919da4bd2fdf24a2d0c87445418b6bc43f35.tar.gz
servo-aae8919da4bd2fdf24a2d0c87445418b6bc43f35.zip
Move some CSS properties from Box to Position
Diffstat (limited to 'components/layout/incremental.rs')
-rw-r--r--components/layout/incremental.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs
index 32c745dcbe5..8443fc603b6 100644
--- a/components/layout/incremental.rs
+++ b/components/layout/incremental.rs
@@ -226,7 +226,7 @@ pub fn compute_damage(old: Option<&Arc<ServoComputedValues>>, new: &ServoCompute
get_border.border_bottom_style, get_border.border_left_style,
get_border.border_top_left_radius, get_border.border_top_right_radius,
get_border.border_bottom_left_radius, get_border.border_bottom_right_radius,
- get_box.z_index, get_box._servo_overflow_clip_box,
+ get_position.z_index, get_box._servo_overflow_clip_box,
get_inheritedtext._servo_text_decorations_in_effect,
get_pointing.cursor, get_pointing.pointer_events,
get_effects.box_shadow, get_effects.clip, get_inheritedtext.text_shadow, get_effects.filter,