mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix build failure due to unexpected merge.
FontLanguageListCache::kEmptyListId is gone, use kEmptyLanguageListId instead. Test: N/A Change-Id: I96075849c53f23fbce8dbc180a51d8f97e45f316
This commit is contained in:
parent
44075ee9fa
commit
2cb3214e55
@ -118,7 +118,7 @@ FontFamily::FontFamily(std::vector<Font>&& fonts, const uint8_t* acceleratorTabl
|
||||
|
||||
FontFamily::FontFamily(int variant, std::vector<Font>&& fonts, const uint8_t* acceleratorTable,
|
||||
size_t tableSize)
|
||||
: FontFamily(FontLanguageListCache::kEmptyListId, variant, std::move(fonts), acceleratorTable,
|
||||
: FontFamily(kEmptyLanguageListId, variant, std::move(fonts), acceleratorTable,
|
||||
tableSize) {
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user