From 8e47a6767140d067ccc9f9b41d62ff6f924de3ed Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 1 May 2023 11:30:37 -0500 Subject: Add vsync id and timestamp to WindowInfosListener Bug: 279792237 Test: presubmits Change-Id: I6396800fe7673f592a79c0e9a9f43f68c6443300 --- libs/input/PointerController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/input/PointerController.h') diff --git a/libs/input/PointerController.h b/libs/input/PointerController.h index ca14b6e9bfdc..62ee74331302 100644 --- a/libs/input/PointerController.h +++ b/libs/input/PointerController.h @@ -19,6 +19,7 @@ #include #include +#include #include #include #include @@ -114,8 +115,7 @@ private: class DisplayInfoListener : public gui::WindowInfosListener { public: explicit DisplayInfoListener(PointerController* pc) : mPointerController(pc){}; - void onWindowInfosChanged(const std::vector&, - const std::vector&) override; + void onWindowInfosChanged(const gui::WindowInfosUpdate&) override; void onPointerControllerDestroyed(); // This lock is also used by PointerController. See PointerController::getLock(). -- cgit v1.2.3-59-g8ed1b