mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Trace more functions by adding perfetto tracing events (#33417)
Signed-off-by: atbrakhi <atbrakhi@igalia.com>
This commit is contained in:
parent
03abf7751a
commit
497df024b1
9 changed files with 116 additions and 4 deletions
|
@ -732,7 +732,7 @@ pub struct IFrameLoadInfoWithData {
|
|||
}
|
||||
|
||||
bitflags! {
|
||||
#[derive(Default, Deserialize, Serialize)]
|
||||
#[derive(Debug, Default, Deserialize, Serialize)]
|
||||
/// Specifies if rAF should be triggered and/or CSS Animations and Transitions.
|
||||
pub struct AnimationTickType: u8 {
|
||||
/// Trigger a call to requestAnimationFrame.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue