diff options
-rw-r--r-- | libs/gui/Choreographer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/Choreographer.cpp b/libs/gui/Choreographer.cpp index fb3e0f1d36..b9e6c06425 100644 --- a/libs/gui/Choreographer.cpp +++ b/libs/gui/Choreographer.cpp @@ -100,7 +100,7 @@ sp<Choreographer> Choreographer::getForThread() { return nullptr; } } - return gChoreographer.get(); + return gChoreographer; } Choreographer::Choreographer(const sp<Looper>& looper, const sp<IBinder>& layerHandle) |