Chromium Code Reviews| Index: include/utils/SkUnitMappers.h |
| diff --git a/include/utils/SkUnitMappers.h b/include/utils/SkUnitMappers.h |
| index 64aab5ddee7728dcf040d298b158798f07ceb779..509e2d638063759c3ed9ef0c6b3e6789c25cca9d 100644 |
| --- a/include/utils/SkUnitMappers.h |
| +++ b/include/utils/SkUnitMappers.h |
| @@ -28,7 +28,7 @@ protected: |
| private: |
| int fSegments; |
| - SkFract fScale; // computed from fSegments |
| + int32_t fScale; // computed from fSegments |
| typedef SkUnitMapper INHERITED; |
| }; |