Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: content/common/child_process_sandbox_support_impl_linux.h

Issue 327633002: Introduce WebFallbackFont on the Chromium side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing rename in DEPS file Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698