mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Migrated -Z trace-layout to serde_json
This commit is contained in:
parent
f48b3fe219
commit
8bea421329
19 changed files with 129 additions and 114 deletions
|
@ -39,14 +39,14 @@ use style::values::computed::LengthOrPercentageOrAuto;
|
|||
use table::{ColumnComputedInlineSize, ColumnIntrinsicInlineSize};
|
||||
use table_row;
|
||||
|
||||
#[derive(Copy, Clone, RustcEncodable, Debug)]
|
||||
#[derive(Copy, Clone, Serialize, Debug)]
|
||||
pub enum TableLayout {
|
||||
Fixed,
|
||||
Auto
|
||||
}
|
||||
|
||||
/// A table wrapper flow based on a block formatting context.
|
||||
#[derive(RustcEncodable)]
|
||||
#[derive(Serialize)]
|
||||
pub struct TableWrapperFlow {
|
||||
pub block_flow: BlockFlow,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue