Commit b1eef00b by olly Committed by kim-vde

Fix incorrect IntDef usage

#minor-release

PiperOrigin-RevId: 341668326
parent 4ae0401c
...@@ -54,8 +54,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull; ...@@ -54,8 +54,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
private @MonotonicNonNull SurfaceTexture surfaceTexture; private @MonotonicNonNull SurfaceTexture surfaceTexture;
// Used by other threads only // Used by other threads only
private volatile @C.StreamType int defaultStereoMode; @C.StereoMode private volatile int defaultStereoMode;
private @C.StreamType int lastStereoMode; @C.StereoMode private int lastStereoMode;
@Nullable private byte[] lastProjectionData; @Nullable private byte[] lastProjectionData;
// Methods called on any thread. // Methods called on any thread.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment