mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Update WR.
- Subpixel positioning improvements. - Clipping fixes and optimizations. - Fix panic when transform can't be inverted. - Support multiple filters on single stacking context. - Optimize gradients, support unlimited stops. - Add external image + texture cache support. - Support error path on shader compile error. - Optimize border handling in texture atlas. - Preliminary work towards clip/scroll root changes.
This commit is contained in:
parent
db3e5be878
commit
f1558b1c7b
9 changed files with 36 additions and 46 deletions
|
@ -361,11 +361,6 @@ impl webrender_traits::RenderNotifier for RenderNotifier {
|
|||
fn new_scroll_frame_ready(&mut self, composite_needed: bool) {
|
||||
self.compositor_proxy.send(Msg::NewScrollFrameReady(composite_needed));
|
||||
}
|
||||
|
||||
fn pipeline_size_changed(&mut self,
|
||||
_: webrender_traits::PipelineId,
|
||||
_: Option<webrender_traits::LayoutSize>) {
|
||||
}
|
||||
}
|
||||
|
||||
// Used to dispatch functions from webrender to the main thread's event loop.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue