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

Commit 3712a2a7 authored by Rachel Lee's avatar Rachel Lee
Browse files

Update hwui with renamed AChoreographer method.

Test: atest hwui_unit_tests
Bug: 214303753
Change-Id: I8f0634306f483d21b85aa74f4c008c88badd5f8f
parent 545adcd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ void RenderThread::extendedFrameCallback(const AChoreographerFrameCallbackData*
            AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex(cbData);
    int64_t vsyncId = AChoreographerFrameCallbackData_getFrameTimelineVsyncId(
            cbData, preferredFrameTimelineIndex);
    int64_t frameDeadline = AChoreographerFrameCallbackData_getFrameTimelineDeadline(
    int64_t frameDeadline = AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos(
            cbData, preferredFrameTimelineIndex);
    int64_t frameTimeNanos = AChoreographerFrameCallbackData_getFrameTimeNanos(cbData);
    // TODO(b/193273294): Remove when shared memory in use w/ expected present time always current.