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

Commit c2f6522e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Flip BLAST on master" into rvc-dev am: 4c8d22f9 am: 4072967e

Change-Id: I5fb2d07453065cd4c3a2e443b554ef7dbae568da
parents 1ae3324c 4072967e
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -186,7 +186,6 @@ import android.os.SystemService;
import android.os.Trace;
import android.os.Trace;
import android.os.UserHandle;
import android.os.UserHandle;
import android.os.WorkSource;
import android.os.WorkSource;
import android.provider.DeviceConfig;
import android.provider.Settings;
import android.provider.Settings;
import android.service.vr.IVrManager;
import android.service.vr.IVrManager;
import android.service.vr.IVrStateCallbacks;
import android.service.vr.IVrStateCallbacks;
@@ -1162,9 +1161,7 @@ public class WindowManagerService extends IWindowManager.Stub
        mAnimator = new WindowAnimator(this);
        mAnimator = new WindowAnimator(this);
        mRoot = new RootWindowContainer(this);
        mRoot = new RootWindowContainer(this);


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


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