mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use usize in StopRun.
This commit is contained in:
parent
2951455d18
commit
8a8aee8576
1 changed files with 2 additions and 2 deletions
|
@ -1534,8 +1534,8 @@ impl BaseFlowDisplayListBuilding for BaseFlow {
|
|||
struct StopRun {
|
||||
start_offset: f32,
|
||||
end_offset: f32,
|
||||
start_index: uint,
|
||||
stop_count: uint,
|
||||
start_index: usize,
|
||||
stop_count: usize,
|
||||
}
|
||||
|
||||
fn fmin(a: f32, b: f32) -> f32 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue