mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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 {
|
struct StopRun {
|
||||||
start_offset: f32,
|
start_offset: f32,
|
||||||
end_offset: f32,
|
end_offset: f32,
|
||||||
start_index: uint,
|
start_index: usize,
|
||||||
stop_count: uint,
|
stop_count: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
fn fmin(a: f32, b: f32) -> f32 {
|
fn fmin(a: f32, b: f32) -> f32 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue