mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: More rename and clean up related to StyleClear
* Rename `mBreakType` to `mFloatClearType` in nsLineBox and nsReflowStatus and the methods around it. * Rename `mBreakType` to `mClear` in nsStyleDisplay. * Many other method parameters or local variables rename such as from `aBreakType` to `aClearType`. Differential Revision: https://phabricator.services.mozilla.com/D158276
This commit is contained in:
parent
fea3f9fbc1
commit
ab4580e112
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ ${helpers.predefined_type(
|
|||
"computed::Clear::None",
|
||||
engines="gecko servo",
|
||||
animation_value_type="discrete",
|
||||
gecko_ffi_name="mBreakType",
|
||||
spec="https://drafts.csswg.org/css2/#propdef-clear",
|
||||
servo_restyle_damage="rebuild_and_reflow",
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue