summaryrefslogtreecommitdiff
path: root/libs/hwui/TextureCache.cpp
diff options
context:
space:
mode:
author Romain Guy <romainguy@google.com> 2013-03-08 17:44:20 -0800
committer Romain Guy <romainguy@google.com> 2013-03-11 17:05:28 -0700
commitca89e2a68703bd428e8b66547d033a6ed35b3595 (patch)
tree5661de81848f7d26559531a1ea650ed7fea2decd /libs/hwui/TextureCache.cpp
parent6e2004089305cf2cd958b52b234459a49a4e5c83 (diff)
Precache paths from a worker thread
Change-Id: I3e7b53d67e0e03e403beaf55c39350ead7f1e309
Diffstat (limited to 'libs/hwui/TextureCache.cpp')
-rw-r--r--libs/hwui/TextureCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TextureCache.cpp b/libs/hwui/TextureCache.cpp
index 5cff5a552aed..2378eb52632d 100644
--- a/libs/hwui/TextureCache.cpp
+++ b/libs/hwui/TextureCache.cpp
@@ -20,7 +20,7 @@
#include <SkCanvas.h>
-#include <utils/threads.h>
+#include <utils/Mutex.h>
#include "Caches.h"
#include "TextureCache.h"