summaryrefslogtreecommitdiff
path: root/libs/gui/DisplayEventDispatcher.cpp
diff options
context:
space:
mode:
author Alec Mouri <alecmouri@google.com> 2020-02-05 19:03:28 -0800
committer Alec Mouri <alecmouri@google.com> 2020-02-05 19:07:14 -0800
commit921b277efd685d861da470d08f0d42c04acdb1a0 (patch)
treee70cd2ca5a74219064c229f903de68d555a43f5a /libs/gui/DisplayEventDispatcher.cpp
parent5a377dd1be593ba62381f5509aba3564d7ef0797 (diff)
[AChoreographer] Add const qualifiers for getFd().
Per API feedback the AChoreographer argument should be const. Bug: 148954590 Test: builds Change-Id: Ie95481992534b3f5f5c664709bff80b1c21f7d50
Diffstat (limited to 'libs/gui/DisplayEventDispatcher.cpp')
-rw-r--r--libs/gui/DisplayEventDispatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/DisplayEventDispatcher.cpp b/libs/gui/DisplayEventDispatcher.cpp
index 8af1a1c6ef..15f966d062 100644
--- a/libs/gui/DisplayEventDispatcher.cpp
+++ b/libs/gui/DisplayEventDispatcher.cpp
@@ -104,7 +104,7 @@ void DisplayEventDispatcher::toggleConfigEvents(ISurfaceComposer::ConfigChanged
mConfigChangeFlag = configChangeFlag;
}
-int DisplayEventDispatcher::getFd() {
+int DisplayEventDispatcher::getFd() const {
return mReceiver.getFd();
}