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

Commit 1c2826a6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update call site of SurfaceControl::getChoreographer()." into main

parents eacb68c5 85e2ea68
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) {