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

Commit 85e2ea68 authored by Anton Ivanov's avatar Anton Ivanov
Browse files

Update call site of SurfaceControl::getChoreographer().

Test: presubmit
Flag: EXEMPT refactor
Bug: 393217449
Change-Id: I4dcd3dafcb6beffc13f2921baf0b52a392684373
parent 326e1ea4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ AChoreographer* ASurfaceControl_getChoreographer(ASurfaceControl* aSurfaceContro
        return nullptr;
    }
    SurfaceControl_acquire(surfaceControl);
    return reinterpret_cast<AChoreographer*>(surfaceControl->getChoreographer().get());
    return reinterpret_cast<AChoreographer*>(surfaceControl->getChoreographer());
}

int64_t ASurfaceControlStats_getAcquireTime(ASurfaceControlStats* stats) {