summaryrefslogtreecommitdiff
path: root/libs/gui/DisplayEventDispatcher.cpp
diff options
context:
space:
mode:
author Rachel Lee <rnlee@google.com> 2021-10-27 19:06:56 -0700
committer Rachel Lee <rnlee@google.com> 2021-11-16 18:22:42 -0800
commit08c4fd4ecd0484e5993d6f34638224cc17c30244 (patch)
tree9684283a1c8dd39077614b62f8029a027f1108e0 /libs/gui/DisplayEventDispatcher.cpp
parentc9963a2d6e1b8751541fa395115311bd50b90b87 (diff)
Obsoleted VsyncEventData.expectedPresentTime.
It was obsoleted after plumbing multiple frame timelines which each have expected present time. Bug: 198192508 Test: atest ChoreographerNativeTest Change-Id: Ib39f8093ff89c9f7831cc40375d7a0a5ae9408dc
Diffstat (limited to 'libs/gui/DisplayEventDispatcher.cpp')
-rw-r--r--libs/gui/DisplayEventDispatcher.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gui/DisplayEventDispatcher.cpp b/libs/gui/DisplayEventDispatcher.cpp
index c986b82fd8..420246a064 100644
--- a/libs/gui/DisplayEventDispatcher.cpp
+++ b/libs/gui/DisplayEventDispatcher.cpp
@@ -166,7 +166,6 @@ bool DisplayEventDispatcher::processPendingEvents(nsecs_t* outTimestamp,
outVsyncEventData->id = ev.vsync.vsyncId;
outVsyncEventData->deadlineTimestamp = ev.vsync.deadlineTimestamp;
outVsyncEventData->frameInterval = ev.vsync.frameInterval;
- outVsyncEventData->expectedPresentTime = ev.vsync.expectedVSyncTimestamp;
outVsyncEventData->preferredFrameTimelineIndex =
ev.vsync.preferredFrameTimelineIndex;
populateFrameTimelines(ev, outVsyncEventData);