style: Allow inheritance when computing anonymous box styles

This is used a lot by Gecko, not still for servo though.
This commit is contained in:
Emilio Cobos Álvarez 2016-04-23 14:08:49 +02:00
parent 3563ecb770
commit 5a43c7e3cd
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 56 additions and 31 deletions

View file

@ -65,4 +65,3 @@ pub enum ReflowGoal {
/// We're reflowing in order to satisfy a script query. No display list will be created.
ForScriptQuery,
}