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

Commit d571b484 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

[sf] enable new sf frontend

Change-Id: Ia83ccd4dac8c8ce6ccc00ee3912bf7ee7d64c673
Test: presubmit
Bug: 238781169
parent 6f209e2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -484,7 +484,7 @@ SurfaceFlinger::SurfaceFlinger(Factory& factory) : SurfaceFlinger(factory, SkipI
    mIgnoreHdrCameraLayers = ignore_hdr_camera_layers(false);

    mLayerLifecycleManagerEnabled =
            base::GetBoolProperty("persist.debug.sf.enable_layer_lifecycle_manager"s, false);
            base::GetBoolProperty("persist.debug.sf.enable_layer_lifecycle_manager"s, true);
    mLegacyFrontEndEnabled = !mLayerLifecycleManagerEnabled ||
            base::GetBoolProperty("persist.debug.sf.enable_legacy_frontend"s, false);
}