mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Derive the HeapSizeOf on TimelineMarkerType
This commit is contained in:
parent
f12a7526a4
commit
39e5725063
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ pub struct TimelineMarker {
|
||||||
pub end_stack: Option<Vec<()>>,
|
pub end_stack: Option<Vec<()>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(PartialEq, Eq, Hash, Clone, Deserialize, Serialize)]
|
#[derive(PartialEq, Eq, Hash, Clone, Deserialize, Serialize, HeapSizeOf)]
|
||||||
pub enum TimelineMarkerType {
|
pub enum TimelineMarkerType {
|
||||||
Reflow,
|
Reflow,
|
||||||
DOMEvent,
|
DOMEvent,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue