| Index: third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
|
| index 70493006f50a08c7a15fc72e8789726d408a1cbd..9c59780ccbcfbaee97c62976223848ea1a70acfd 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
|
| @@ -32,6 +32,9 @@
|
|
|
| namespace blink {
|
|
|
| +void FontCache::acceptLanguagesChanged(const String&)
|
| +{ }
|
| +
|
| void FontCache::getFontForCharacter(UChar32 c, const char* preferredLocale, FontCache::PlatformFallbackFont* fallbackFont)
|
| {
|
| WebFallbackFont webFallbackFont;
|
|
|