aboutsummaryrefslogtreecommitdiffstats
path: root/include/pdf/SkPDFShader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdf/SkPDFShader.h')
-rw-r--r--include/pdf/SkPDFShader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdf/SkPDFShader.h b/include/pdf/SkPDFShader.h
index 6b6ae03..439d83b 100644
--- a/include/pdf/SkPDFShader.h
+++ b/include/pdf/SkPDFShader.h
@@ -56,7 +56,7 @@ protected:
};
// This should be made a hash table if performance is a problem.
static SkTDArray<ShaderCanonicalEntry>& CanonicalShaders();
- static SkMutex& CanonicalShadersMutex();
+ static SkBaseMutex& CanonicalShadersMutex();
static void RemoveShader(SkPDFObject* shader);
SkPDFShader();