Index: src/core/SkDeviceProfile.cpp |
diff --git a/src/core/SkDeviceProfile.cpp b/src/core/SkDeviceProfile.cpp |
index e1c10c87d77366ba578d2d392981bf436abf1302..272a710b2f3670a1120cf67dcb0b95099317e358 100644 |
--- a/src/core/SkDeviceProfile.cpp |
+++ b/src/core/SkDeviceProfile.cpp |
@@ -44,7 +44,7 @@ SkDeviceProfile* SkDeviceProfile::Create(float gammaExp, |
return new SkDeviceProfile(gammaExp, contrast, config, level); |
} |
-SK_DECLARE_STATIC_MUTEX(gMutex); |
+static SkMutex gMutex; |
static SkDeviceProfile* gDefaultProfile; |
static SkDeviceProfile* gGlobalProfile; |