Chromium Code Reviews| Index: src/core/SkScalerContext.h |
| diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h |
| index 7fa1ef5fcd642d4c69f5b941a48561d8988b699d..6addf736fcf858c9693493659cc77be5f7792237 100644 |
| --- a/src/core/SkScalerContext.h |
| +++ b/src/core/SkScalerContext.h |
| @@ -301,6 +301,8 @@ protected: |
| void forceOffGenerateImageFromPath() { fGenerateImageFromPath = false; } |
| private: |
| + friend class SkRandomScalerContext; // For debug purposes |
| + |
| // never null |
| SkAutoTUnref<SkTypeface> fTypeface; |