Skip to content

Commit 68360b4

Browse files
committed
InputDispatcher: Initialize mWindowInfosVsyncId
Bug: 402990967 Flag: EXEMPT bug fix Test: Presubmit Change-Id: Ib8f99c0285df211362a02e92063e3c78bf26b9fb
1 parent e706973 commit 68360b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/inputflinger/dispatcher/InputDispatcher.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ InputDispatcher::InputDispatcher(InputDispatcherPolicyInterface& policy,
934934
mPendingEvent(nullptr),
935935
mLastDropReason(DropReason::NOT_DROPPED),
936936
mIdGenerator(IdGenerator::Source::INPUT_DISPATCHER),
937+
mWindowInfosVsyncId(-1),
937938
mMinTimeBetweenUserActivityPokes(DEFAULT_USER_ACTIVITY_POKE_INTERVAL),
938939
mConnectionManager(mLooper),
939940
mTouchStates(mWindowInfos, mConnectionManager),

0 commit comments

Comments
 (0)