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

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

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

* commit '0a9309c70b16eaa661addba20fe8273f3f5d1e98':
  Disable fallback chaining in Skia.
parents 1a29f39c f875fdf4
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 {