mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
auto merge of #3604 : pcwalton/servo/inline-block-overflow-hidden, r=glennw
Makes lots of GitHub appear. r? @glennw
This commit is contained in:
commit
a92e55597e
6 changed files with 34 additions and 14 deletions
|
@ -1097,7 +1097,8 @@ impl BlockFlow {
|
|||
DList::new()));
|
||||
}
|
||||
|
||||
accumulator.finish(&mut *self, display_list);
|
||||
accumulator.finish(&mut display_list);
|
||||
self.base.display_list = display_list;
|
||||
self.base.layers = child_layers
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue