mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Rename Compositor messages SetIds and Paint
These names no longer reflect what the messages do, so rename them to SetFrameTree and AssignPaintedBuffers.
This commit is contained in:
parent
cf616b90a2
commit
ad751e4926
6 changed files with 48 additions and 48 deletions
|
@ -278,7 +278,7 @@ impl<C> PaintTask<C> where C: PaintListener + Send {
|
|||
}
|
||||
|
||||
debug!("PaintTask: returning surfaces");
|
||||
self.compositor.paint(self.id, self.epoch, replies);
|
||||
self.compositor.assign_painted_buffers(self.id, self.epoch, replies);
|
||||
}
|
||||
Msg::UnusedBuffer(unused_buffers) => {
|
||||
debug!("PaintTask: Received {} unused buffers", unused_buffers.len());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue