mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Implement offsetParent/Top/Left/Width/Height.
This commit is contained in:
parent
1809748dc1
commit
9e5687e3e7
21 changed files with 325 additions and 24 deletions
|
@ -107,6 +107,7 @@ impl Flow for TableColGroupFlow {
|
|||
|
||||
fn iterate_through_fragment_border_boxes(&self,
|
||||
_: &mut FragmentBorderBoxIterator,
|
||||
_: i32,
|
||||
_: &Point2D<Au>) {}
|
||||
|
||||
fn mutate_fragments(&mut self, _: &mut FnMut(&mut Fragment)) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue