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

Commit f875fdf4 authored by Derek Sollenberger's avatar Derek Sollenberger Committed by Android Git Automerger
Browse files

am 673af558: Merge "Disable fallback chaining in Skia." into lmp-dev

* commit '673af5582dda0d0cb8a3667fbadef747d22193f1':
  Disable fallback chaining in Skia.
parents 5d1fbe7d 078646c5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -64,10 +64,6 @@ static JMetricsID gFontMetricsInt_fieldID;
static void defaultSettingsForAndroid(Paint* paint) {
    // GlyphID encoding is required because we are using Harfbuzz shaping
    paint->setTextEncoding(Paint::kGlyphID_TextEncoding);

    SkPaintOptionsAndroid paintOpts = paint->getPaintOptionsAndroid();
    paintOpts.setUseFontFallbacks(true);
    paint->setPaintOptionsAndroid(paintOpts);
}

class PaintGlue {