| Index: Source/core/rendering/RenderThemeChromiumFontProvider.h | 
| diff --git a/Source/core/rendering/RenderThemeChromiumFontProvider.h b/Source/core/rendering/RenderThemeChromiumFontProvider.h | 
| index d0ec007d6755b4f7a5a8f2c6cb89cfafbdda0121..403f5a9bd20628e69a271c202bdae11034e6a91f 100644 | 
| --- a/Source/core/rendering/RenderThemeChromiumFontProvider.h | 
| +++ b/Source/core/rendering/RenderThemeChromiumFontProvider.h | 
| @@ -27,6 +27,7 @@ | 
| #define RenderThemeChromiumFontProvider_h | 
|  | 
| #include "core/CSSValueKeywords.h" | 
| +#include "platform/fonts/FontTraits.h" | 
|  | 
| namespace blink { | 
|  | 
| @@ -34,7 +35,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: | 
|  |