mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove BaseFlowDisplayListBuilding
This commit is contained in:
parent
fc75719ff2
commit
f8c4a87a30
1 changed files with 1 additions and 9 deletions
|
@ -3144,15 +3144,7 @@ impl FlexFlowDisplayListBuilding for FlexFlow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
trait BaseFlowDisplayListBuilding {
|
impl BaseFlow {
|
||||||
fn build_display_items_for_debugging_tint(
|
|
||||||
&self,
|
|
||||||
state: &mut DisplayListBuildState,
|
|
||||||
node: OpaqueNode,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
impl BaseFlowDisplayListBuilding for BaseFlow {
|
|
||||||
fn build_display_items_for_debugging_tint(
|
fn build_display_items_for_debugging_tint(
|
||||||
&self,
|
&self,
|
||||||
state: &mut DisplayListBuildState,
|
state: &mut DisplayListBuildState,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue