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

Commit 296d9618 authored by Valerie Hau's avatar Valerie Hau
Browse files

Flip BLAST

Bug: 151758678
Test: build, boot
Change-Id: I2aa02490e4b2590639eb1b645d390ab9f4ef49f2
parent 1afc14bc
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -186,7 +186,6 @@ import android.os.SystemService;
import android.os.Trace;
import android.os.UserHandle;
import android.os.WorkSource;
import android.provider.DeviceConfig;
import android.provider.Settings;
import android.service.vr.IVrManager;
import android.service.vr.IVrStateCallbacks;
@@ -1168,9 +1167,7 @@ public class WindowManagerService extends IWindowManager.Stub
        mAnimator = new WindowAnimator(this);
        mRoot = new RootWindowContainer(this);

        mUseBLAST = DeviceConfig.getBoolean(
                    DeviceConfig.NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT,
                    WM_USE_BLAST_ADAPTER_FLAG, false);
        mUseBLAST = true;

        mWindowPlacerLocked = new WindowSurfacePlacer(this);
        mTaskSnapshotController = new TaskSnapshotController(this);