diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-14 13:57:59 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-16 16:01:46 -0800 |
commit | db6ec58e6b971aa040739f0dc77701c02a889e1c (patch) | |
tree | 8c2d8c0b76e51dd3d597e7a9f0b5d2939df76bc4 /components/layout/block.rs | |
parent | 62328466990e3ea436e5d05486eb26bc4ce0d799 (diff) | |
download | servo-db6ec58e6b971aa040739f0dc77701c02a889e1c.tar.gz servo-db6ec58e6b971aa040739f0dc77701c02a889e1c.zip |
Generate display lists for table cells during display list generation for their table parent
Diffstat (limited to 'components/layout/block.rs')
-rw-r--r-- | components/layout/block.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/block.rs b/components/layout/block.rs index 2eb7f76857f..7b809ce879e 100644 --- a/components/layout/block.rs +++ b/components/layout/block.rs @@ -1811,7 +1811,6 @@ impl BlockFlow { DisplayListSection::BlockBackgroundsAndBorders } } - } impl Flow for BlockFlow { |