Merge "Flip blast sync flag"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a3b6beaff1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user