Remove unnecessary volatile
This field is always accessed with the mutex held. PiperOrigin-RevId: 534027096
This commit is contained in:
parent
b0418f1a2a
commit
ea0b94c0eb
@ -106,7 +106,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||||||
@Nullable private OnInputStreamProcessedListener onInputStreamProcessedListener;
|
@Nullable private OnInputStreamProcessedListener onInputStreamProcessedListener;
|
||||||
private boolean frameProcessingStarted;
|
private boolean frameProcessingStarted;
|
||||||
|
|
||||||
private volatile boolean outputSurfaceInfoChanged;
|
@GuardedBy("this")
|
||||||
|
private boolean outputSurfaceInfoChanged;
|
||||||
|
|
||||||
@GuardedBy("this")
|
@GuardedBy("this")
|
||||||
@Nullable
|
@Nullable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user