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:
Boris Zbarsky 2017-03-10 23:46:21 -05:00
parent 96a3bb5f16
commit 275865486e
4 changed files with 24 additions and 15 deletions

View file

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