Trace more functions by adding perfetto tracing events (#33417)

Signed-off-by: atbrakhi <atbrakhi@igalia.com>
This commit is contained in:
atbrakhi 2024-09-13 07:51:19 +02:00 committed by GitHub
parent 03abf7751a
commit 497df024b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 116 additions and 4 deletions

View file

@ -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.