| Index: src/gpu/GrFontScaler.h
|
| diff --git a/src/gpu/GrFontScaler.h b/src/gpu/GrFontScaler.h
|
| index 54d1e3f9cca39162719cc4594a80291a2902e9dc..5e769905d012134b879427435c24058573f6032e 100644
|
| --- a/src/gpu/GrFontScaler.h
|
| +++ b/src/gpu/GrFontScaler.h
|
| @@ -21,7 +21,7 @@ class SkPath;
|
| */
|
| class GrFontDescKey : public SkRefCnt {
|
| public:
|
| - SK_DECLARE_INST_COUNT(GrFontDescKey)
|
| +
|
|
|
| typedef uint32_t Hash;
|
|
|
| @@ -60,7 +60,7 @@ private:
|
| */
|
| class GrFontScaler : public SkRefCnt {
|
| public:
|
| - SK_DECLARE_INST_COUNT(GrFontScaler)
|
| +
|
|
|
| explicit GrFontScaler(SkGlyphCache* strike);
|
| virtual ~GrFontScaler();
|
|
|