Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: include/private/SkSemaphore.h

Issue 1369333004: Move SkAtomics.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/private/SkOncePtr.h ('k') | include/private/SkWeakRefCnt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/private/SkSemaphore.h
diff --git a/include/private/SkSemaphore.h b/include/private/SkSemaphore.h
index b5b5ea5957bbc14ad070a1735e5f412aec6b66db..cb2f58da4a27724fa49a1be40080a67ee6c158fd 100644
--- a/include/private/SkSemaphore.h
+++ b/include/private/SkSemaphore.h
@@ -9,7 +9,7 @@
#define SkSemaphore_DEFINED
#include "SkTypes.h"
-#include "SkAtomics.h"
+#include "../private/SkAtomics.h"
#include "../private/SkOncePtr.h"
struct SkBaseSemaphore {
« no previous file with comments | « include/private/SkOncePtr.h ('k') | include/private/SkWeakRefCnt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698