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