mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update compositor clip rect when page size changes. Fixes #2161.
This commit is contained in:
parent
90a0bcfa78
commit
4d3a0a9faa
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ impl RenderListener for CompositorChan {
|
|||
metadata.id,
|
||||
metadata.background_color));
|
||||
self.chan.send(SetLayerPageSize(pipeline_id, metadata.id, size, epoch));
|
||||
self.chan.send(SetLayerClipRect(pipeline_id, metadata.id, rect));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue