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

Unified Diff: include/config/SkUserConfig.h

Issue 19808007: Split atomic and mutex implementations and make inlinable. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Move defines to SkPreConfig/SkUserConfig. Created 7 years, 2 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
Index: include/config/SkUserConfig.h
===================================================================
--- include/config/SkUserConfig.h (revision 11669)
+++ include/config/SkUserConfig.h (working copy)
@@ -202,4 +202,13 @@
*/
//#define SK_PDF_USE_PATHOPS
+/* Skia uses these defines as the target of include preprocessor directives.
+ * The header files pointed to by these defines provide declarations and
+ * possibly inline implementations of threading primitives.
+ *
+ * See SkThread.h for documentation on what these includes must contain.
+ */
+//#define SK_ATOMICS_PLATFORM_H "SkAtomics_xxx.h"
+//#define SK_MUTEX_PLATFORM_H "SkMutex_xxx.h"
+
#endif
« gyp/core.gyp ('K') | « gyp/public_headers.gypi ('k') | include/core/SkInstCnt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698