| Index: content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc
|
| diff --git a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc
|
| index cfbed44206871dc1537fbad21f2e23ecd7646d47..c4a1153926957e88bd342db0d132308688f507ef 100644
|
| --- a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc
|
| +++ b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc
|
| @@ -118,6 +118,7 @@ PpapiWebKitPlatformSupportImpl::SandboxSupport::getFallbackFontForCharacter(
|
| if (iter != unicode_font_families_.end()) {
|
| fallbackFont->name = iter->second.name;
|
| fallbackFont->filename = iter->second.filename;
|
| + fallbackFont->fontconfigInterfaceId = iter->second.fontconfigInterfaceId;
|
| fallbackFont->ttcIndex = iter->second.ttcIndex;
|
| fallbackFont->isBold = iter->second.isBold;
|
| fallbackFont->isItalic = iter->second.isItalic;
|
|
|