| Index: src/core/SkScalerContext.h
|
| diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
|
| index 63b1f186f10befa40afa4860c483e7677b147777..f18d217f6208e6628bd02c2e71a69331e65fc30d 100644
|
| --- a/src/core/SkScalerContext.h
|
| +++ b/src/core/SkScalerContext.h
|
| @@ -192,8 +192,8 @@ public:
|
| SkFontID findTypefaceIdForChar(SkUnichar uni);
|
| #endif
|
|
|
| - static inline void MakeRec(const SkPaint&, const SkDeviceProperties* deviceProperties,
|
| - const SkMatrix*, Rec* rec);
|
| + static void MakeRec(const SkPaint&, const SkDeviceProperties* deviceProperties,
|
| + const SkMatrix*, Rec* rec);
|
| static inline void PostMakeRec(const SkPaint&, Rec*);
|
|
|
| static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
|
|
|