diff options
| author | 2024-06-26 19:47:18 +0000 | |
|---|---|---|
| committer | 2024-06-26 20:47:07 +0000 | |
| commit | 4e8200dec484fd6e5873f2a89c0b314467034eef (patch) | |
| tree | dfbc65423971c26c65d9f14149b835f80a213edf /libs/gui/ISurfaceComposer.cpp | |
| parent | f1ad68a1a9fbdeb62999ccaee21643783101157c (diff) | |
Fix DisplayState sanitization.
Bug: 347307756
Flag: EXEMPT bugfix
Test: CredentialsTest
Change-Id: I500ff9a5bd356845e2d0be4d1430448f448c4e8a
(cherry picked from commit b6ddf525be3c2abbde59ae1533494b18a7961087)
Merged-In: I500ff9a5bd356845e2d0be4d1430448f448c4e8a
Diffstat (limited to 'libs/gui/ISurfaceComposer.cpp')
| -rw-r--r-- | libs/gui/ISurfaceComposer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/ISurfaceComposer.cpp b/libs/gui/ISurfaceComposer.cpp index b526a6c92c..fc619c32ed 100644 --- a/libs/gui/ISurfaceComposer.cpp +++ b/libs/gui/ISurfaceComposer.cpp @@ -61,7 +61,7 @@ public: status_t setTransactionState( const FrameTimelineInfo& frameTimelineInfo, Vector<ComposerState>& state, - const Vector<DisplayState>& displays, uint32_t flags, const sp<IBinder>& applyToken, + Vector<DisplayState>& displays, uint32_t flags, const sp<IBinder>& applyToken, InputWindowCommands commands, int64_t desiredPresentTime, bool isAutoTimestamp, const std::vector<client_cache_t>& uncacheBuffers, bool hasListenerCallbacks, const std::vector<ListenerCallbacks>& listenerCallbacks, uint64_t transactionId, |