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

Commit 5ad064f0 authored by Rachel Lee's avatar Rachel Lee
Browse files

Use AVsyncId typedef in hwui.

Test: atest hwui_unit_tests
Bug: 214063411
Change-Id: I0b5de12d36c7df5e961870d53619af43f7c3ff6d
parent 7e47b3dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ void RenderThread::extendedFrameCallback(const AChoreographerFrameCallbackData*
    RenderThread* rt = reinterpret_cast<RenderThread*>(data);
    size_t preferredFrameTimelineIndex =
            AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex(cbData);
    int64_t vsyncId = AChoreographerFrameCallbackData_getFrameTimelineVsyncId(
    AVsyncId vsyncId = AChoreographerFrameCallbackData_getFrameTimelineVsyncId(
            cbData, preferredFrameTimelineIndex);
    int64_t frameDeadline = AChoreographerFrameCallbackData_getFrameTimelineDeadline(
            cbData, preferredFrameTimelineIndex);