Revert^3 Flip BLAST for SurfaceView"

This reverts commit 2b5f28a558.

Reason for revert: breaks youtube presubmit tests.

Bug: 175396534
Change-Id: I0f79570bb9fbc4ba21068902285e6263491b506e
This commit is contained in:
Vishnu Nair
2020-12-11 19:46:50 +00:00
parent 2b5f28a558
commit 379f1eb654

View File

@@ -239,7 +239,7 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
private static boolean useBlastAdapter(Context context) {
ContentResolver contentResolver = context.getContentResolver();
return Settings.Global.getInt(contentResolver,
Settings.Global.DEVELOPMENT_USE_BLAST_ADAPTER_SV, 1 /* default */) == 1;
Settings.Global.DEVELOPMENT_USE_BLAST_ADAPTER_SV, 0 /* default */) == 1;
}
private final boolean mUseBlastAdapter;