diff options
author | 2024-06-26 19:50:41 +0000 | |
---|---|---|
committer | 2024-06-26 20:47:20 +0000 | |
commit | 9c7a1f541f020b66dbf02e3de78cf04437572d2c (patch) | |
tree | 3d7a47edede0c404add3e6da5b82932e187fa472 /libs/gui/ISurfaceComposer.cpp | |
parent | 00067a8e93c2b02df1d8f569fa47f92616c385e6 (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 ff6b558d41..269936858a 100644 --- a/libs/gui/ISurfaceComposer.cpp +++ b/libs/gui/ISurfaceComposer.cpp @@ -62,7 +62,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, |