servo: Merge #9843 - Optimize flat display lists (from pcwalton:optimize-flat-display-lists); r=mrobinson
Flat display lists were a 2x regression on the spheres demo. This patch series fixes that. See the individual commits for more details. r? @mrobinson Source-Repo: https://github.com/servo/servo Source-Revision: 55fc48e4c46917a0f036d0054fac296bb5719434
This commit is contained in:
@@ -96,7 +96,7 @@ impl Flow for TableColGroupFlow {
|
||||
|
||||
fn collect_stacking_contexts(&mut self,
|
||||
parent_id: StackingContextId,
|
||||
_: &mut Vec<StackingContext>)
|
||||
_: &mut Vec<Box<StackingContext>>)
|
||||
-> StackingContextId {
|
||||
parent_id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user