Chromium Code Reviews| Index: Source/platform/fonts/WidthCache.h |
| diff --git a/Source/platform/fonts/WidthCache.h b/Source/platform/fonts/WidthCache.h |
| index a8f3aaf85c9517f4f96a7cb99b1e0634df86f1da..49b6e481e3bf8842dc67f5caf828223953a140e8 100644 |
| --- a/Source/platform/fonts/WidthCache.h |
| +++ b/Source/platform/fonts/WidthCache.h |
| @@ -43,7 +43,7 @@ struct WidthCacheEntry { |
| } |
| bool isValid() const { return !std::isnan(width); } |
| float width; |
| - FloatRectOutsets glyphBounds; |
| + FloatRect glyphBounds; |
| }; |
| class WidthCache { |