mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update webrender for latest RenderNotifier changes.
This commit is contained in:
parent
a296e386af
commit
99b5eac393
4 changed files with 13 additions and 23 deletions
|
@ -107,12 +107,8 @@ impl CompositorReceiver {
|
|||
}
|
||||
}
|
||||
|
||||
pub trait RenderListener {
|
||||
fn recomposite(&mut self, reason: CompositingReason);
|
||||
}
|
||||
|
||||
impl RenderListener for CompositorProxy {
|
||||
fn recomposite(&mut self, reason: CompositingReason) {
|
||||
impl CompositorProxy {
|
||||
pub fn recomposite(&self, reason: CompositingReason) {
|
||||
self.send(Msg::Recomposite(reason));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue