Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6aa4e50 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SF: Fix incompatible proto definitions between pi and master branches"

parents 743b38c5 9978b936
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -80,12 +80,12 @@ message LayerProto {
  optional int32 hwc_composition_type = 35;
  // If it's a buffer layer, indicate if the content is protected
  optional bool is_protected = 36;
  // If active_buffer is not null, record its transform
  optional TransformProto buffer_transform = 37;
  // Current frame number being rendered.
  optional uint64 curr_frame = 38;
  optional uint64 curr_frame = 37;
  // A list of barriers that the layer is waiting to update state.
  repeated BarrierLayerProto barrier_layer = 39;
  repeated BarrierLayerProto barrier_layer = 38;
  // If active_buffer is not null, record its transform.
  optional TransformProto buffer_transform = 39;
}

message PositionProto {