Index: Source/core/rendering/RenderTheme.h |
diff --git a/Source/core/rendering/RenderTheme.h b/Source/core/rendering/RenderTheme.h |
index 14fdf18b35162ac30d190a13ef38cd53f1e006de..fd6f3a777aa1f79bc003804ee63eedd4afc7992c 100644 |
--- a/Source/core/rendering/RenderTheme.h |
+++ b/Source/core/rendering/RenderTheme.h |
@@ -138,7 +138,8 @@ public: |
virtual double caretBlinkInterval() const { return 0.5; } |
// System fonts and colors for CSS. |
- virtual void systemFont(CSSValueID, FontDescription&) const = 0; |
+ virtual void systemFont(CSSValueID systemFontID, FontStyle&, FontWeight&, float& fontSize, AtomicString& fontFamily) const = 0; |
+ void systemFont(CSSValueID systemFontID, FontDescription&); |
virtual Color systemColor(CSSValueID) const; |
virtual int minimumMenuListSize(RenderStyle*) const { return 0; } |