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

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

Merge "composer: rename ClockMonotonicTimestamp.timestamp"

parents 4caf79c5 8d65de58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@
package android.hardware.graphics.composer3;
@VintfStability
parcelable ClockMonotonicTimestamp {
  long timestamp;
  long timestampNanos;
}
+1 −1
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@ package android.hardware.graphics.composer3;
 */
@VintfStability
parcelable ClockMonotonicTimestamp {
    long timestamp;
    long timestampNanos;
}