mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Bug 1325734 - Remove Servo Layout's dependency on the initial-ness of the style. r=emilio
This commit is contained in:
parent
9482467add
commit
962a4a79bb
6 changed files with 59 additions and 13 deletions
|
@ -53,6 +53,7 @@ use style::values::{self, Either};
|
|||
use style::values::computed::{LengthOrPercentage, LengthOrPercentageOrAuto};
|
||||
use text;
|
||||
use text::TextRunScanner;
|
||||
use wrapper::ThreadSafeLayoutNodeHelpers;
|
||||
|
||||
// From gfxFontConstants.h in Firefox.
|
||||
static FONT_SUBSCRIPT_OFFSET_RATIO: f32 = 0.20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue