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

Side by Side Diff: include/core/SkMutex.h

Issue 862983002: Move sync code to include/, switch from using platform define to a proxy header in core/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gyp Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « include/core/SkBarriers.h ('k') | include/core/SkPostConfig.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef SkMutex_DEFINED
2 #define SkMutex_DEFINED
3
4 // This file is not part of the public Skia API.
5 #include "SkTypes.h"
6
7 #if defined(SK_BUILD_FOR_WIN)
8 #include "../ports/SkMutex_win.h"
9 #else
10 #include "../ports/SkMutex_pthread.h"
11 #endif
12
13 #endif//SkMutex_DEFINED
OLDNEW
« no previous file with comments | « include/core/SkBarriers.h ('k') | include/core/SkPostConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698