mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
changed f64 to u64 for navigation start timing until it had to be float
This commit is contained in:
parent
b23131abf1
commit
0a09ee5cd8
13 changed files with 66 additions and 66 deletions
|
@ -97,7 +97,7 @@ pub enum Msg {
|
|||
RegisterPaint(Atom, Vec<Atom>, Box<Painter>),
|
||||
|
||||
/// Send to layout the precise time when the navigation started.
|
||||
SetNavigationStart(f64),
|
||||
SetNavigationStart(u64),
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue