diff --git a/impeller/typographer/backends/skia/text_frame_skia.cc b/impeller/typographer/backends/skia/text_frame_skia.cc index 534bab00bd9fa..e451695dc8b6d 100644 --- a/impeller/typographer/backends/skia/text_frame_skia.cc +++ b/impeller/typographer/backends/skia/text_frame_skia.cc @@ -76,7 +76,7 @@ TextFrame TextFrameFromTextBlob(const sk_sp& blob, Scalar scale) { : Glyph::Type::kPath; text_run.AddGlyph(Glyph{glyphs[i], type, ToRect(glyph_bounds[i])}, - Point{point->x(), point->y()}.Round()); + Point{point->x(), point->y()}); } break; }