Index: Source/core/rendering/RenderThemeChromiumSkia.cpp |
diff --git a/Source/core/rendering/RenderThemeChromiumSkia.cpp b/Source/core/rendering/RenderThemeChromiumSkia.cpp |
index da2ef13f1c77319172bc3936f362b9660ac3f40a..fc4031387ba321fd3ff1475f808e9384bbe762fa 100644 |
--- a/Source/core/rendering/RenderThemeChromiumSkia.cpp |
+++ b/Source/core/rendering/RenderThemeChromiumSkia.cpp |
@@ -127,9 +127,9 @@ double RenderThemeChromiumSkia::caretBlinkInterval() const |
return caretBlinkIntervalInternal(); |
} |
-void RenderThemeChromiumSkia::systemFont(CSSValueID valueID, FontDescription& fontDescription) const |
+void RenderThemeChromiumSkia::systemFont(CSSValueID systemFontID, FontStyle& fontStyle, FontWeight& fontWeight, float& fontSize, AtomicString& fontFamily) const |
{ |
- RenderThemeChromiumFontProvider::systemFont(valueID, fontDescription); |
+ RenderThemeChromiumFontProvider::systemFont(systemFontID, fontStyle, fontWeight, fontSize, fontFamily); |
} |
int RenderThemeChromiumSkia::minimumMenuListSize(RenderStyle* style) const |