Index: content/common/child_process_sandbox_support_impl_linux.h |
diff --git a/content/common/child_process_sandbox_support_impl_linux.h b/content/common/child_process_sandbox_support_impl_linux.h |
index 556652fdd28c347a46934ecdf777151f1d849728..2bbf76ef84a06841dfa6e8aa2c4b40cedd289a06 100644 |
--- a/content/common/child_process_sandbox_support_impl_linux.h |
+++ b/content/common/child_process_sandbox_support_impl_linux.h |
@@ -10,7 +10,7 @@ |
#include "content/public/common/content_descriptors.h" |
namespace blink { |
-struct WebFontFamily; |
+struct WebFallbackFont; |
struct WebFontRenderStyle; |
} |
@@ -23,9 +23,9 @@ namespace content { |
// |
// Returns: a font family instance. |
// The instance has an empty font name if the request could not be satisfied. |
-void GetFontFamilyForCharacter(const int32_t character, |
+void GetFallbackFontForCharacter(const int32_t character, |
const char* preferred_locale, |
- blink::WebFontFamily* family); |
+ blink::WebFallbackFont* family); |
void GetRenderStyleForStrike(const char* family, int sizeAndStyle, |
blink::WebFontRenderStyle* out); |