Merge "SurfaceView: Fix missing override for SurfaceControl proxy" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
42b3610adc
@@ -1196,6 +1196,12 @@ public class SurfaceView extends View implements ViewRootImpl.WindowStoppedCallb
|
||||
mBackgroundControl.deferTransactionUntil(handle, frame);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deferTransactionUntil(Surface barrier, long frame) {
|
||||
super.deferTransactionUntil(barrier, frame);
|
||||
mBackgroundControl.deferTransactionUntil(barrier, frame);
|
||||
}
|
||||
|
||||
void updateBackgroundVisibility() {
|
||||
if (mOpaque && mVisible) {
|
||||
mBackgroundControl.show();
|
||||
|
||||
Reference in New Issue
Block a user