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

Commit 9aaf1891 authored by Keith Mok's avatar Keith Mok Committed by android-build-merger
Browse files

Merge "Fix random crash in libhwui"

am: 3f67a185

Change-Id: I8dfcad3d00b2cca955457142b963934143ec2cbd
parents c548ff23 3f67a185
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ Snapshot::Snapshot()
        , mClipArea(&mClipAreaRoot) {
    transform = &mTransformRoot;
    region = nullptr;
    mRelativeLightCenter.x = mRelativeLightCenter.y = mRelativeLightCenter.z = 0;
}

/**