Chromium Code Reviews| Index: src/core/SkGlyphCache.h |
| diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h |
| index 6011eb91732aa602d487df9b5ca38e8f65e55135..d203a65f9592786cafa27bb36738f72560458ec3 100644 |
| --- a/src/core/SkGlyphCache.h |
| +++ b/src/core/SkGlyphCache.h |
| @@ -185,7 +185,8 @@ public: |
| }; |
| private: |
| - SkGlyphCache(SkTypeface*, const SkDescriptor*); |
| + // we take ownership of the scalercontext |
| + SkGlyphCache(SkTypeface*, const SkDescriptor*, SkScalerContext*); |
| ~SkGlyphCache(); |
| enum MetricsType { |