mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
b4e30da3db
commit
4e8d2b0e38
3 changed files with 21 additions and 20 deletions
|
@ -1734,7 +1734,7 @@ impl ListItemFlowDisplayListBuilding for ListItemFlow {
|
|||
mut display_list: Box<DisplayList>,
|
||||
layout_context: &LayoutContext) {
|
||||
// Draw the marker, if applicable.
|
||||
if let Some(ref mut marker) = self.marker {
|
||||
for marker in &mut self.marker_fragments {
|
||||
marker.build_display_list(&mut *display_list,
|
||||
layout_context,
|
||||
&self.block_flow.base.stacking_relative_position,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue