mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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 {
|
||||
fn build_display_items_for_debugging_tint(
|
||||
&self,
|
||||
state: &mut DisplayListBuildState,
|
||||
node: OpaqueNode,
|
||||
);
|
||||
}
|
||||
|
||||
impl BaseFlowDisplayListBuilding for BaseFlow {
|
||||
impl BaseFlow {
|
||||
fn build_display_items_for_debugging_tint(
|
||||
&self,
|
||||
state: &mut DisplayListBuildState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue