| Index: src/fonts/SkTestScalerContext.h
|
| diff --git a/src/fonts/SkTestScalerContext.h b/src/fonts/SkTestScalerContext.h
|
| index 5e772601bb3eda3382035b8db49f8d932788f088..a5fa1de90d2ca16815a7c8b94d617455081693ba 100644
|
| --- a/src/fonts/SkTestScalerContext.h
|
| +++ b/src/fonts/SkTestScalerContext.h
|
| @@ -41,7 +41,7 @@ public:
|
| mutable unsigned char fDebugBits[16];
|
| mutable SkUnichar fDebugOverage[8];
|
| const char* fDebugName;
|
| - SkTypeface::Style fDebugStyle;
|
| + SkFontStyle fDebugStyle;
|
| const char* debugFontName() const { return fName; }
|
| #endif
|
| private:
|
|
|