| Index: Source/platform/fonts/SimpleFontData.cpp
|
| diff --git a/Source/platform/fonts/SimpleFontData.cpp b/Source/platform/fonts/SimpleFontData.cpp
|
| index a4989fb18bf8ec7361b7aa358c52590807a28666..cd71034a2ae4ecc375c2c224292b7c59ad094fab 100644
|
| --- a/Source/platform/fonts/SimpleFontData.cpp
|
| +++ b/Source/platform/fonts/SimpleFontData.cpp
|
| @@ -406,7 +406,7 @@ static inline void getSkiaBoundsForGlyph(SkPaint& paint, Glyph glyph, SkRect& bo
|
|
|
| if (!paint.isSubpixelText()) {
|
| SkIRect ir;
|
| - bounds.round(&ir);
|
| + bounds.roundOut(&ir);
|
| bounds.set(ir);
|
| }
|
| }
|
|
|