summaryrefslogtreecommitdiff
path: root/libs/hwui/TextureCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/TextureCache.h')
-rw-r--r--libs/hwui/TextureCache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/TextureCache.h b/libs/hwui/TextureCache.h
index b5e4c7c19038..847d69c93d11 100644
--- a/libs/hwui/TextureCache.h
+++ b/libs/hwui/TextureCache.h
@@ -86,6 +86,8 @@ private:
uint32_t mSize;
uint32_t mMaxSize;
GLint mMaxTextureSize;
+
+ mutable Mutex mLock;
}; // class TextureCache
}; // namespace uirenderer