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