mirror of
https://github.com/servo/servo.git
synced 2025-08-19 12:25:33 +01:00
Add support for skipping display fixup for pseudos.
This is needed for https://bugzilla.mozilla.org/show_bug.cgi?id=1346481
This commit is contained in:
parent
96a3bb5f16
commit
275865486e
4 changed files with 24 additions and 15 deletions
|
@ -1666,6 +1666,7 @@ extern "C" {
|
|||
pub fn Servo_ComputedValues_GetForAnonymousBox(parent_style_or_null:
|
||||
ServoComputedValuesBorrowedOrNull,
|
||||
pseudoTag: *mut nsIAtom,
|
||||
skip_display_fixup: bool,
|
||||
set:
|
||||
RawServoStyleSetBorrowed)
|
||||
-> ServoComputedValuesStrong;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue