mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Wait for actual paint before setting paint related metrics
This commit is contained in:
parent
1059ef4fde
commit
1b123400eb
16 changed files with 203 additions and 72 deletions
|
@ -11,6 +11,10 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
ipc-channel = "0.8"
|
||||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
time = "0.1.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue