diff options
author | 2024-07-24 17:17:06 +0000 | |
---|---|---|
committer | 2024-07-24 17:22:13 +0000 | |
commit | f18544772df15d60baeadbee7f8db8cf93bdc31c (patch) | |
tree | 3d7a47edede0c404add3e6da5b82932e187fa472 /libs/gui/ISurfaceComposer.cpp | |
parent | f460b8bf0319a00bee1929aea7a1900a04b449ca (diff) |
Fix DisplayState sanitization.
Bug: 347307756
Change-Id: Ia86633bac196a90aacd0e0aba04b7335a3bb81df
Flag: EXEMPT bugfix
Test: CredentialsTest
Merged-In: I7d227dedaa13a1a31ebf9ace073c792287f35305
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, |