commit | 233e3382258741d7383325e28f422e33ae112710 | [log] [tgz] |
---|---|---|
author | Anton Ivanov <aii@google.com> | Mon Feb 24 14:20:28 2025 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Feb 24 14:20:28 2025 -0800 |
tree | edb62df9e439cfef76623131415a08426407de30 | |
parent | 12cdd22cc006be1c71cf95b5c34350c059725eb5 [diff] | |
parent | 9ffd0ea3896e7dc178257d0d5679320bf6eaf24c [diff] |
Merge "Remove spurious creation of sp<Choreographer>." into main
diff --git a/libs/gui/Choreographer.cpp b/libs/gui/Choreographer.cpp index fb3e0f1..b9e6c06 100644 --- a/libs/gui/Choreographer.cpp +++ b/libs/gui/Choreographer.cpp
@@ -100,7 +100,7 @@ return nullptr; } } - return gChoreographer.get(); + return gChoreographer; } Choreographer::Choreographer(const sp<Looper>& looper, const sp<IBinder>& layerHandle)