aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdf')
-rw-r--r--include/pdf/SkPDFShader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pdf/SkPDFShader.h b/include/pdf/SkPDFShader.h
index 17f7f03316..0d7f685a63 100644
--- a/include/pdf/SkPDFShader.h
+++ b/include/pdf/SkPDFShader.h
@@ -95,8 +95,8 @@ private:
}
};
// This should be made a hash table if performance is a problem.
- static SkTDArray<ShaderCanonicalEntry>& canonicalShaders();
- static SkMutex& canonicalShadersMutex();
+ static SkTDArray<ShaderCanonicalEntry>& CanonicalShaders();
+ static SkMutex& CanonicalShadersMutex();
static SkPDFObject* rangeObject();