mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -109,6 +109,7 @@ impl JointSessionHistory {
|
|||
|
||||
/// Represents a pending change in a session history, that will be applied
|
||||
/// once the new pipeline has loaded and completed initial layout / paint.
|
||||
#[derive(Debug)]
|
||||
pub struct SessionHistoryChange {
|
||||
/// The browsing context to change.
|
||||
pub browsing_context_id: BrowsingContextId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue