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

Commit 218e119a authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Allow translucent RenderNode->Bitmap captures" into oc-mr1-dev am: 31897d88

am: 2444a100

Change-Id: Ibf1a0c17f0dd06a6342bf974b8ca5b70972dc092
parents d1411d9e 2444a100
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -889,7 +889,7 @@ static jobject android_view_ThreadedRenderer_createHardwareBitmapFromRenderNode(
    // Render into the surface
    {
        ContextFactory factory;
        RenderProxy proxy{false, renderNode, &factory};
        RenderProxy proxy{true, renderNode, &factory};
        proxy.loadSystemProperties();
        proxy.setSwapBehavior(SwapBehavior::kSwap_discardBuffer);
        proxy.initialize(surface);