Update WR (dotted border fix, better AA for split primitives)

This commit is contained in:
Glenn Watson 2017-11-10 07:24:09 +10:00
parent ff1b58385c
commit b1ec2b260a
3 changed files with 35 additions and 39 deletions

View file

@ -260,6 +260,7 @@ impl WebRenderDisplayItemConverter for DisplayItem {
// TODO(gw): Make use of the WR backface visibility functionality.
is_backface_visible: true,
tag: tag,
edge_aa_segment_mask: webrender_api::EdgeAaSegmentMask::empty(),
}
}