Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderThemeChromiumFontProvider.h
index d0ec007..403f5a9 100644 (file)
@@ -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: