From 1b24933e52f50773de29332387a12721811f3012 Mon Sep 17 00:00:00 2001 From: mtklein Date: Tue, 7 Jul 2015 12:21:21 -0700 Subject: Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. SkThread.h doesn't do anything anymore execept include those two, and thankfully, it doesn't seem to be mentioned outside Skia. No public API changes. TBR=reed@google.com BUG=skia: Committed: https://skia.googlesource.com/skia/+/c50acf2321d7a934c80d754e9cbe936dfb8eb4cc Review URL: https://codereview.chromium.org/1215393002 --- src/lazy/SkDiscardableMemoryPool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lazy') diff --git a/src/lazy/SkDiscardableMemoryPool.cpp b/src/lazy/SkDiscardableMemoryPool.cpp index 5b9d87ff2f..70072c6b8c 100644 --- a/src/lazy/SkDiscardableMemoryPool.cpp +++ b/src/lazy/SkDiscardableMemoryPool.cpp @@ -9,8 +9,8 @@ #include "SkDiscardableMemoryPool.h" #include "SkImageGenerator.h" #include "SkLazyPtr.h" +#include "SkMutex.h" #include "SkTInternalLList.h" -#include "SkThread.h" // Note: // A PoolDiscardableMemory is memory that is counted in a pool. -- cgit v1.2.3