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

Commit b4e6b8a3 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

Change-Id: I87d1c7b03bbf231fa059df53b667687ec68589ef
parents 22aa35d5 9aaf1891
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;
}

/**