aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkTLS_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ports/SkTLS_win.cpp')
-rw-r--r--src/ports/SkTLS_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ports/SkTLS_win.cpp b/src/ports/SkTLS_win.cpp
index 3f00842408..8bc55a0f2c 100644
--- a/src/ports/SkTLS_win.cpp
+++ b/src/ports/SkTLS_win.cpp
@@ -12,7 +12,7 @@
static bool gOnce = false;
static DWORD gTlsIndex;
-static SkMutex gMutex;
+SK_DECLARE_STATIC_MUTEX(gMutex);
void* SkTLS::PlatformGetSpecific(bool forceCreateTheSlot) {
if (!forceCreateTheSlot && !gOnce) {