Hi,
In chromium source code, function SkScalerContext::GlyphMetrics SkScalerContext_FreeType::generateMetrics() will call FT_Get_Color_Glyph_Paint() if macro TT_SUPPORT_COLRV1 exists. Somehow FT_Get_Color_Glyph_Paint will be a NULL pointer if this patch applied, and chromium will not be able to run.