Index: Source/core/rendering/RenderThemeChromiumFontProvider.h |
diff --git a/Source/core/rendering/RenderThemeChromiumFontProvider.h b/Source/core/rendering/RenderThemeChromiumFontProvider.h |
index f6ce1dfd361f60bc575fd830606877de7b434c58..9bea301fe1c5628c600489556b53bf9dcb237751 100644 |
--- a/Source/core/rendering/RenderThemeChromiumFontProvider.h |
+++ b/Source/core/rendering/RenderThemeChromiumFontProvider.h |
@@ -27,6 +27,7 @@ |
#define RenderThemeChromiumFontProvider_h |
#include "CSSValueKeywords.h" |
+#include "platform/fonts/FontTraits.h" |
namespace WTF { |
class String; |
@@ -38,7 +39,7 @@ class FontDescription; |
class RenderThemeChromiumFontProvider { |
public: |
- static void systemFont(CSSValueID, FontDescription&); |
+ static void systemFont(CSSValueID systemFontID, FontStyle&, FontWeight&, float& fontSize, AtomicString& fontFamily); |
static void setDefaultFontSize(int); |
protected: |