mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.
This commit is contained in:
parent
b8900782b0
commit
466faac2a5
223 changed files with 4414 additions and 4105 deletions
|
@ -11,7 +11,7 @@ use block::BlockFlow;
|
|||
use construct::FlowConstructor;
|
||||
use context::LayoutContext;
|
||||
use display_list_builder::ListItemFlowDisplayListBuilding;
|
||||
use flow::{Flow, FlowClass, ListItemFlowClass};
|
||||
use flow::{Flow, FlowClass};
|
||||
use fragment::{Fragment, FragmentBoundsIterator};
|
||||
use wrapper::ThreadSafeLayoutNode;
|
||||
|
||||
|
@ -46,7 +46,7 @@ impl ListItemFlow {
|
|||
|
||||
impl Flow for ListItemFlow {
|
||||
fn class(&self) -> FlowClass {
|
||||
ListItemFlowClass
|
||||
FlowClass::ListItem
|
||||
}
|
||||
|
||||
fn as_block<'a>(&'a mut self) -> &'a mut BlockFlow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue