Navigation Menu

Skip to content

Commit

Permalink
Update WR (more border fast paths, clip interface changes).
Browse files Browse the repository at this point in the history
  • Loading branch information
gw3583 committed Apr 5, 2017
1 parent 39600f9 commit 2fceb6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions components/layout/webrender_helpers.rs
Expand Up @@ -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());
Expand Down

0 comments on commit 2fceb6e

Please sign in to comment.