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

Unified Diff: include/private/SkOnce.h

Issue 1368333004: Move Mutexy things 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/SkMutex.h ('k') | include/private/SkSpinlock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/private/SkOnce.h
diff --git a/include/core/SkOnce.h b/include/private/SkOnce.h
similarity index 99%
rename from include/core/SkOnce.h
rename to include/private/SkOnce.h
index 43e7353d4dd9240fde565a8a115a1344318672da..a3ef4d6713ca6c726ffa9b2d5419e90c839c3070 100644
--- a/include/core/SkOnce.h
+++ b/include/private/SkOnce.h
@@ -28,7 +28,7 @@
// OnceTest.cpp also should serve as a few other simple examples.
#include "../private/SkAtomics.h"
-#include "SkSpinlock.h"
+#include "../private/SkSpinlock.h"
// This must be used in a global scope, not in function scope or as a class member.
#define SK_DECLARE_STATIC_ONCE(name) namespace {} static SkOnceFlag name
« no previous file with comments | « include/private/SkMutex.h ('k') | include/private/SkSpinlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698