Chromium Code Reviews

Unified Diff: include/core/SkOnce.h

Issue 303463009: Remove SkThread.h from public API. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rest Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « include/core/SkInstCnt.h ('k') | include/core/SkRefCnt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkOnce.h
diff --git a/include/core/SkOnce.h b/include/core/SkOnce.h
index d5330b94087a1d52e2ce8336747e0642075f8523..0e981e214422df52747d49d3bf8275041eceb207 100644
--- a/include/core/SkOnce.h
+++ b/include/core/SkOnce.h
@@ -29,9 +29,10 @@
// You may optionally pass SkOnce a second function to be called at exit for cleanup.
#include "SkDynamicAnnotations.h"
-#include "SkThread.h"
#include "SkTypes.h"
+#include "../../src/core/SkThread.h"
+
#define SK_ONCE_INIT { false, { 0, SkDEBUGCODE(0) } }
#define SK_DECLARE_STATIC_ONCE(name) static SkOnceFlag name = SK_ONCE_INIT
« no previous file with comments | « include/core/SkInstCnt.h ('k') | include/core/SkRefCnt.h » ('j') | no next file with comments »

Powered by Google App Engine