diff options
| author | 2024-07-18 16:24:44 +0000 | |
|---|---|---|
| committer | 2024-07-18 16:24:44 +0000 | |
| commit | 1e55c074111a1fae696eeb68215b3bc5b88fd14c (patch) | |
| tree | f03b8a78d09b6cb22e7e3880613cf9ba5a625b3f /libs/gui/ISurfaceComposer.cpp | |
| parent | 5cb1960ecd2f0c8340e6accbb38c69188b85e120 (diff) | |
| parent | 37b340fe19fa66c730ea8733f4db65457a4f9f68 (diff) | |
Revert "Fix DisplayState sanitization." am: 37b340fe19
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/28365305
Change-Id: Ib4bc0b7f0431cf8c5c193b05333e389eb516fc48
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 fc619c32ed..b526a6c92c 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, - Vector<DisplayState>& displays, uint32_t flags, const sp<IBinder>& applyToken, + const 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, |