| Index: content/ppapi_plugin/ppapi_blink_platform_impl.cc
|
| diff --git a/content/ppapi_plugin/ppapi_blink_platform_impl.cc b/content/ppapi_plugin/ppapi_blink_platform_impl.cc
|
| index de977b2d7c9f9638d9a7dd96cbbfbdc00f969591..ddfdc78c639e586e4b2467369c15f81b1a4a5f3c 100644
|
| --- a/content/ppapi_plugin/ppapi_blink_platform_impl.cc
|
| +++ b/content/ppapi_plugin/ppapi_blink_platform_impl.cc
|
| @@ -45,10 +45,9 @@
|
| bool loadFont(NSFont* srcFont, CGFontRef* out, uint32_t* fontID) override;
|
| #elif defined(OS_POSIX)
|
| SandboxSupport();
|
| - void getFallbackFontForCharacter(
|
| - WebUChar32 character,
|
| - const char* preferred_locale,
|
| - blink::WebFallbackFont* fallbackFont) override;
|
| + void getFallbackFontForCharacter(WebUChar32 character,
|
| + const char* preferred_locale,
|
| + blink::WebFallbackFont* fallbackFont);
|
| void getRenderStyleForStrike(const char* family,
|
| int sizeAndStyle,
|
| blink::WebFontRenderStyle* out) override;
|
|
|