Index: Source/core/style/ComputedStyle.h |
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h |
index 982502938f71f49bee2f31cab509e4042343bdd5..10c6c89798cfd26e995dca04cc08cfd535b6d086 100644 |
--- a/Source/core/style/ComputedStyle.h |
+++ b/Source/core/style/ComputedStyle.h |
@@ -1101,6 +1101,7 @@ public: |
void setTableLayout(ETableLayout v) { noninherited_flags.tableLayout = v; } |
bool setFontDescription(const FontDescription&); |
+ void setFont(const Font&); |
void setTextAutosizingMultiplier(float); |