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

Commit 55bae46c authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Initialize DrawingState::trustedOverlay to false in constructor" into...

Merge "Initialize DrawingState::trustedOverlay to false in constructor" into stage-aosp-master am: 774787c7

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

Change-Id: I153fe3b4c9fcf0be8123133599cd2199119a1602
parents aeaae265 774787c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ Layer::Layer(const LayerCreationArgs& args)
    mDrawingState.frameTimelineInfo = {};
    mDrawingState.postTime = -1;
    mDrawingState.destinationFrame.makeInvalid();
    mDrawingState.isTrustedOverlay = false;

    if (args.flags & ISurfaceComposerClient::eNoColorFill) {
        // Set an invalid color so there is no color fill.