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:
Seigo Nonaka 2017-03-13 16:42:46 -07:00
parent 44075ee9fa
commit 2cb3214e55

View File

@ -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) {
}