auto merge of #2464 : glennw/servo/issue-2161, r=pcwalton

This commit is contained in:
bors-servo 2014-05-22 10:47:11 -04:00
commit b14bb77238

View file

@ -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));
}
}