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

Commit 167cfecf 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: Ia04a074a7a47dd1b6b284e0f1c495bf2cecce0bf
parents ef828403 4c44be8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -149,6 +149,7 @@ static void drawSolidLayers(SkiaRenderEngine* renderengine, const DisplaySetting
                    PixelSource{
                    PixelSource{
                            .solidColor = half3(0.1f, 0.2f, 0.3f),
                            .solidColor = half3(0.1f, 0.2f, 0.3f),
                    },
                    },
            .alpha = 0.5,
    };
    };


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