mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[font_collection] Add missing semicolon (#8546)
This commit is contained in:
parent
ae4df6fd18
commit
c00364a6c8
2
third_party/txt/src/txt/font_collection.cc
vendored
2
third_party/txt/src/txt/font_collection.cc
vendored
@ -212,7 +212,7 @@ std::shared_ptr<minikin::FontFamily> FontCollection::CreateMinikinFontFamily(
|
||||
|
||||
// Add fonts to the Minikin font family.
|
||||
for (int i = 0; i < font_style_set->count(); ++i) {
|
||||
TRACE_EVENT0("flutter", "CreateMinikinFont")
|
||||
TRACE_EVENT0("flutter", "CreateMinikinFont");
|
||||
// Create the skia typeface.
|
||||
sk_sp<SkTypeface> skia_typeface(
|
||||
sk_sp<SkTypeface>(font_style_set->createTypeface(i)));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user