Index: src/core/SkCachedData.h |
diff --git a/src/core/SkCachedData.h b/src/core/SkCachedData.h |
index 886ca3e7e44cdbec055bf01b731cfe69ded96002..6493a75e0b6355943eefae86176b57f86e598325 100644 |
--- a/src/core/SkCachedData.h |
+++ b/src/core/SkCachedData.h |
@@ -8,7 +8,7 @@ |
#ifndef SkCachedData_DEFINED |
#define SkCachedData_DEFINED |
-#include "SkThread.h" |
+#include "SkMutex.h" |
class SkDiscardableMemory; |
@@ -78,7 +78,7 @@ public: |
#else |
void validate() const {} |
#endif |
- |
+ |
/* |
* Attaching a data to to a SkResourceCache (only one at a time) enables the data to be |
* unlocked when the cache is the only owner, thus freeing it to be purged (assuming the |