aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMemory_stdlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkMemory_stdlib.cpp')
-rw-r--r--src/core/SkMemory_stdlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkMemory_stdlib.cpp b/src/core/SkMemory_stdlib.cpp
index df8735968a..033b331013 100644
--- a/src/core/SkMemory_stdlib.cpp
+++ b/src/core/SkMemory_stdlib.cpp
@@ -29,7 +29,7 @@ static const char kBlockTrailerTag[] = { 'a', 'i', 'k', 's' };
#define kByteFill 0xCD
#define kDeleteFill 0xEF
-static SkMutex& get_block_mutex() {
+static SkBaseMutex& get_block_mutex() {
static SkMutex* gBlockMutex;
if (NULL == gBlockMutex) {
gBlockMutex = new SkMutex;