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

Commit 81d95d9f authored by Leon Scroggins's avatar Leon Scroggins Committed by Automerger Merge Worker
Browse files

Merge "Make solid color cache attempts use alpha" into sc-dev am: 4c44be8c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14905532

Change-Id: I33eb476f001406408415c79ff60c3bc230ccda00
parents 69df5b18 4c44be8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ static void drawSolidLayers(SkiaRenderEngine* renderengine, const DisplaySetting
                    PixelSource{
                            .solidColor = half3(0.1f, 0.2f, 0.3f),
                    },
            .alpha = 0.5,
    };

    auto layers = std::vector<const LayerSettings*>{&layer};