mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
auto merge of #2464 : glennw/servo/issue-2161, r=pcwalton
This commit is contained in:
commit
b14bb77238
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