Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdd460bf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused argument LayoutOverhang"

parents df598a67 bb7cb4a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ float MinikinUtils::measureText(const Paint* paint, minikin::Bidi bidiFlags,
    const Typeface* resolvedTypeface = Typeface::resolveDefault(typeface);
    return minikin::Layout::measureText(buf, start, count, bufSize, bidiFlags, minikinPaint,
                                        resolvedTypeface->fFontCollection, advances,
                                        nullptr /* extent */, nullptr /* overhangs */);
                                        nullptr /* extent */);
}

bool MinikinUtils::hasVariationSelector(const Typeface* typeface, uint32_t codepoint, uint32_t vs) {