Chromium Code Reviews| Index: src/core/SkGlyph.h | 
| diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h | 
| index 55d5ddcf0512a4c7a5782864464eeb6127834f18..91aa8429f9a9d15f470168a6b14252c299890488 100644 | 
| --- a/src/core/SkGlyph.h | 
| +++ b/src/core/SkGlyph.h | 
| @@ -56,7 +56,7 @@ public: | 
| static const uint32_t kImpossibleID = ~0; | 
| void* fImage; | 
| PathData* fPathData; | 
| - SkFixed fAdvanceX, fAdvanceY; | 
| + float fAdvanceX, fAdvanceY; | 
| uint16_t fWidth, fHeight; | 
| int16_t fTop, fLeft; |