aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list_builder.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-01-01 08:19:36 -0600
committerGitHub <noreply@github.com>2018-01-01 08:19:36 -0600
commit657d8a2ede97e7f7fedee5ada97c833abe5a8d9e (patch)
tree4641b4133328bf57b566314d54c7e70b24fbdbbe /components/layout/display_list_builder.rs
parentbe7d13e37fad6eb594a7b8c8ec9b07fa0df11116 (diff)
parent4d84acda1960f5d58f08c6cae4cc3d03a16393f6 (diff)
downloadservo-657d8a2ede97e7f7fedee5ada97c833abe5a8d9e.tar.gz
servo-657d8a2ede97e7f7fedee5ada97c833abe5a8d9e.zip
Auto merge of #19655 - pyfisch:border-radii-comments, r=emilio
Remove solved FIXMEs about border radii cc pcwalton cgaebel: Is this [comment] still accurate? // TODO(cgaebel): Support border radii even in the case of multiple border widths. // This is an extension of supporting elliptical radii. For now, all percentage // radii will be relative to the width. [comment]: https://github.com/servo/servo/blob/446536b9c34b331f5466bfb212be8cb1faa2dee8/components/layout/display_list_builder.rs#L659-L661 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19655) <!-- Reviewable:end -->
Diffstat (limited to 'components/layout/display_list_builder.rs')
-rw-r--r--components/layout/display_list_builder.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/display_list_builder.rs b/components/layout/display_list_builder.rs
index 171e56ab9ea..034e5a2d539 100644
--- a/components/layout/display_list_builder.rs
+++ b/components/layout/display_list_builder.rs
@@ -1544,7 +1544,6 @@ impl FragmentDisplayListBuilding for Fragment {
Au::from(box_shadow.spread),
);
- // TODO(pcwalton): Multiple border radii; elliptical border radii.
let base = state.create_base_display_item(&bounds,
LocalClip::from(clip.to_rectf()),
self.node,