| Index: Source/platform/fonts/WidthCache.h
|
| diff --git a/Source/platform/fonts/WidthCache.h b/Source/platform/fonts/WidthCache.h
|
| index 831d26f8da29d18d08844eaf95b4d0450152ede2..a8f3aaf85c9517f4f96a7cb99b1e0634df86f1da 100644
|
| --- a/Source/platform/fonts/WidthCache.h
|
| +++ b/Source/platform/fonts/WidthCache.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef WidthCache_h
|
| #define WidthCache_h
|
|
|
| -#include "platform/geometry/IntRectOutsets.h"
|
| +#include "platform/geometry/FloatRectOutsets.h"
|
| #include "platform/text/TextRun.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashFunctions.h"
|
| @@ -43,7 +43,7 @@ struct WidthCacheEntry {
|
| }
|
| bool isValid() const { return !std::isnan(width); }
|
| float width;
|
| - IntRectOutsets glyphBounds;
|
| + FloatRectOutsets glyphBounds;
|
| };
|
|
|
| class WidthCache {
|
|
|