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

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

Flip client composition cache flag

Test: manual testing with mixed and gpu composition scenarios on webley (android go), crosshatch & walleye
Test: go/wm-smoke
Change-Id: I3f98bcf9ae5b74167f464aecb38fad451c2ed02f
parent 329f126b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ SurfaceFlinger::SurfaceFlinger(Factory& factory) : SurfaceFlinger(factory, SkipI
    property_get("debug.sf.luma_sampling", value, "1");
    mLumaSampling = atoi(value);

    property_get("debug.sf.disable_client_composition_cache", value, "1");
    property_get("debug.sf.disable_client_composition_cache", value, "0");
    mDisableClientCompositionCache = atoi(value);

    // We should be reading 'persist.sys.sf.color_saturation' here