diff options
| author | 2024-07-07 20:04:13 +0000 | |
|---|---|---|
| committer | 2024-07-07 20:04:13 +0000 | |
| commit | 5cb1960ecd2f0c8340e6accbb38c69188b85e120 (patch) | |
| tree | 7ca936760383cc37985ddaf760eab321ac32c48d /libs/gui/ISurfaceComposer.cpp | |
| parent | fd9d1096c458e195e7f56f013cc86a409ba0a025 (diff) | |
| parent | 4e8200dec484fd6e5873f2a89c0b314467034eef (diff) | |
Fix DisplayState sanitization. am: 4e8200dec4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/28050185
Change-Id: I928e3d2e40b61a50de266e8c2868eeff6da0ad62
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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, |