Merge "Change storage duration to static for native choreographer."

This commit is contained in:
Martijn Coenen
2016-04-14 09:52:10 +00:00
committed by Gerrit Code Review

View File

@@ -82,7 +82,7 @@ private:
};
thread_local Choreographer* gChoreographer;
static thread_local Choreographer* gChoreographer;
Choreographer* Choreographer::getForThread() {
if (gChoreographer == nullptr) {
sp<Looper> looper = Looper::getForThread();