Update WR (more border fast paths, clip interface changes).

This commit is contained in:
Glenn Watson 2017-04-05 10:50:06 +10:00
parent 39600f9f4e
commit 2fceb6e009
2 changed files with 3 additions and 2 deletions

View file

@ -414,6 +414,7 @@ impl WebRenderDisplayItemConverter for DisplayItem {
stacking_context.bounds.to_rectf(),
stacking_context.z_index,
transform,
webrender_traits::TransformStyle::Flat,
perspective,
stacking_context.blend_mode.to_blend_mode(),
stacking_context.filters.to_filter_ops());