mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Some further removals
This commit is contained in:
parent
3efc5e59bc
commit
bb6052ca8e
3 changed files with 0 additions and 20 deletions
|
@ -24,12 +24,6 @@ pub struct RecalcStyleAndConstructFlows<'a> {
|
|||
context: LayoutContext<'a>,
|
||||
}
|
||||
|
||||
impl<'a> RecalcStyleAndConstructFlows<'a> {
|
||||
pub fn layout_context(&self) -> &LayoutContext<'a> {
|
||||
&self.context
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> RecalcStyleAndConstructFlows<'a> {
|
||||
/// Creates a traversal context, taking ownership of the shared layout context.
|
||||
pub fn new(context: LayoutContext<'a>) -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue