Merge "Flip blast sync flag"

This commit is contained in:
Chavi Weingarten
2021-01-06 18:22:52 +00:00
committed by Android (Google) Code Review

View File

@@ -684,7 +684,7 @@ public class WindowManagerService extends IWindowManager.Stub
// Whether the system should use BLAST for ViewRootImpl
final boolean mUseBLAST;
// Whether to enable BLASTSyncEngine Transaction passing.
final boolean mUseBLASTSync = false;
final boolean mUseBLASTSync = true;
final BLASTSyncEngine mSyncEngine;