• B
    Replace kLegacyFontHost_InitType with kUnknown_SkPixelGeometry. (#21474) · a6a6fd16
    bungeman 提交于
    Skia is removing the deprecated legacy display setting globals and
    associated kLegacyFontHost_InitType. This change replaces all such uses
    with default surface properties with no special flags and an unknown
    pixel geometry. Flutter never set the associated globals, leaving them
    with their initial default values, which were no special flags and
    horizontal RGB pixel geometry. The values used here are different but
    this change should make no difference as Flutter never mentions
    SkFont::kSubpixelAntiAlias to take advantage of the pixel geometry.
    a6a6fd16
gpu_surface_gl.cc 11.2 KB