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

Commit 44a291e3 authored by Keith Mok's avatar Keith Mok Committed by android-build-merger
Browse files

Merge "Fix random crash in libhwui" am: 3f67a185 am: 9aaf1891

am: b4e6b8a3

Change-Id: I94df288a017e27aa86b80a5b4a0bf355947cabfb
parents 6ec8474f b4e6b8a3
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;
}

/**