Skip to content

Commit 43d1f20

Browse files
committed
PR Feedback 2
1 parent 096a5ce commit 43d1f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PerfettoCds/Pipeline/DataOutput/PerfettoFrameEvent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class PerfettoFrameEvent
1414

1515
public string FrameType { get; }
1616
public string ProcessName { get; }
17-
public long Upid { get; }
17+
public uint Upid { get; }
1818
public long DisplayFrameToken { get; }
1919
public long SurfaceFrameToken { get; }
2020
public TimestampDelta Duration { get; }
@@ -31,7 +31,7 @@ public class PerfettoFrameEvent
3131

3232
public PerfettoFrameEvent(string FrameType,
3333
string processName,
34-
long upid,
34+
uint upid,
3535
long displayToken,
3636
long surfaceToken,
3737
TimestampDelta duration,

0 commit comments

Comments
 (0)