Skip to content

Commit

Permalink
Update WR (scroll root changes, border gradients, yuv updates).
Browse files Browse the repository at this point in the history
  • Loading branch information
gw3583 committed Mar 9, 2017
1 parent 5fe921f commit ce49bc5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion components/layout/webrender_helpers.rs
Expand Up @@ -405,7 +405,7 @@ impl WebRenderDisplayItemConverter for DisplayItem {

builder.push_scroll_layer(clip,
item.scroll_root.size.to_sizef(),
item.scroll_root.id.convert_to_webrender());
Some(item.scroll_root.id.convert_to_webrender()));
}
DisplayItem::PopScrollRoot(_) => builder.pop_scroll_layer(),
}
Expand Down

0 comments on commit ce49bc5

Please sign in to comment.