Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions protos/perfetto/trace/android/surfaceflinger_layers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,12 @@ message LayerProto {

// "True" corner radii of the layer computed by SurfaceFlinger.
optional CornerRadiiProto effective_radii = 67;

// Whether the client drawn radii are disabled
optional bool disable_client_drawn_radii = 68;

// Corner radius reported by SF to client.
optional CornerRadiiProto reported_radii = 69;
}

message PositionProto {
Expand Down
6 changes: 6 additions & 0 deletions protos/perfetto/trace/perfetto_trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7066,6 +7066,12 @@ message LayerProto {

// "True" corner radii of the layer computed by SurfaceFlinger.
optional CornerRadiiProto effective_radii = 67;

// Whether the client drawn radii are disabled
optional bool disable_client_drawn_radii = 68;

// Corner radius reported by SF to client.
optional CornerRadiiProto reported_radii = 69;
}

message PositionProto {
Expand Down
Loading