aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrFontScaler.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2014-07-25 11:52:47 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-25 11:52:48 -0700
commitd6aeb6dc8fe21066f1a2c4813a4256a3acd3edf5 (patch)
tree9f2eb3a4e8ece352a5d2ad05a78b3ad1ad1cbb03 /include/gpu/GrFontScaler.h
parent6c18c80c866dc1d89f0a76c93d62bbff886e3c2b (diff)
Fix thread unsafe mutex initialization.
BUG=skia:2779 R=robertphillips@google.com, mtklein@google.com, reed@android.com, bsalomon@google.com Author: bungeman@google.com Review URL: https://codereview.chromium.org/419113002
Diffstat (limited to 'include/gpu/GrFontScaler.h')
-rw-r--r--include/gpu/GrFontScaler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrFontScaler.h b/include/gpu/GrFontScaler.h
index d90708de8f..0376038135 100644
--- a/include/gpu/GrFontScaler.h
+++ b/include/gpu/GrFontScaler.h
@@ -21,7 +21,7 @@ class SkPath;
*/
class GrFontDescKey : public SkRefCnt {
public:
- SK_DECLARE_INST_COUNT(SkGrDescKey)
+ SK_DECLARE_INST_COUNT(GrFontDescKey)
typedef uint32_t Hash;