commit | b41c21995f6a8ff23dd006f278fd87ecb99f40a2 | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Wed Sep 06 00:48:22 2023 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Wed Sep 06 00:50:33 2023 +0000 |
tree | 44d4a1f640a8ae5d91a1a30a7813d09c04e68449 | |
parent | b06a59959cc9aec78d33206f9f481b1496d696e8 [diff] [blame] |
Addressed missed comments from ag/24539449 The CL with Change-ID Ib6b124db4108d11260b220cc57444007b9d865a6 was submitted before all reviewers had a chance to take a look. Addressing missed comments here. Bug: 293587049 Bug: 278783893 Test: presubmit Change-Id: I2946c0216935a35af05a3f74f1e2a5bd8e23fed1
diff --git a/libs/input/PointerController.h b/libs/input/PointerController.h index de39eda..aa7ca3c 100644 --- a/libs/input/PointerController.h +++ b/libs/input/PointerController.h
@@ -75,7 +75,7 @@ void onDisplayInfosChangedLocked(const std::vector<gui::DisplayInfo>& displayInfos) REQUIRES(getLock()); - void dump(std::string& dump); + std::string dump(); protected: using WindowListenerConsumer =