commit | 8e47a6767140d067ccc9f9b41d62ff6f924de3ed | [log] [tgz] |
---|---|---|
author | Patrick Williams <pdwilliams@google.com> | Mon May 01 11:30:37 2023 -0500 |
committer | Patrick Williams <pdwilliams@google.com> | Wed May 03 15:43:05 2023 -0500 |
tree | 57d521742cbfedb88e75cc5e0754387a9c66d2e3 | |
parent | 326dd9c1156475192444fd6807155b96e42cc74c [diff] [blame] |
Add vsync id and timestamp to WindowInfosListener Bug: 279792237 Test: presubmits Change-Id: I6396800fe7673f592a79c0e9a9f43f68c6443300
diff --git a/libs/input/tests/PointerController_test.cpp b/libs/input/tests/PointerController_test.cpp index 2378d42..8574751 100644 --- a/libs/input/tests/PointerController_test.cpp +++ b/libs/input/tests/PointerController_test.cpp
@@ -343,7 +343,7 @@ localListenerCopy = registeredListener; } EXPECT_EQ(nullptr, registeredListener) << "WindowInfosListener was not unregistered"; - localListenerCopy->onWindowInfosChanged({}, {}); + localListenerCopy->onWindowInfosChanged({{}, {}, 0, 0}); } } // namespace android