Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b8a9882 authored by chaviw's avatar chaviw
Browse files

Flip blast sync flag

This enables blast sync when there's a request for a synchronized
transaction. This doesn't include enabling blast or blast sync for
SurfaceView

Test: go/wm-smoke
Test: split screen and pip with SurfaceView and secure content
Bug: 175229445
Change-Id: I01748a29bff051d633b51b1857a3e7523207dd17
parent cd413cf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -682,7 +682,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;