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 --- tests/skia_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/skia_test.cpp') diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp index 2c1822d38b..00043c1749 100644 --- a/tests/skia_test.cpp +++ b/tests/skia_test.cpp @@ -8,6 +8,7 @@ #include "CrashHandler.h" #include "OverwriteLine.h" #include "Resources.h" +#include "SkAtomics.h" #include "SkCommonFlags.h" #include "SkGraphics.h" #include "SkOSFile.h" @@ -15,7 +16,6 @@ #include "SkTArray.h" #include "SkTaskGroup.h" #include "SkTemplates.h" -#include "SkThread.h" #include "SkTime.h" #include "Test.h" -- cgit v1.2.3