| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index 1006d882fcb4c47ebf3510feb6f2f2369696f98f..fca8232a8258f9dbe186036d172c0385094eb67e 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -1108,16 +1108,8 @@ public:
|
| void setTableLayout(ETableLayout v) { noninherited_flags.tableLayout = v; }
|
|
|
| bool setFontDescription(const FontDescription&);
|
| - // Only used for blending font sizes when animating and for text autosizing.
|
| - void setFontSize(float);
|
| - void setFontStretch(FontStretch);
|
| - void setFontWeight(FontWeight);
|
|
|
| - void setTextAutosizingMultiplier(float v)
|
| - {
|
| - SET_VAR(inherited, textAutosizingMultiplier, v);
|
| - setFontSize(fontDescription().specifiedSize());
|
| - }
|
| + void setTextAutosizingMultiplier(float);
|
|
|
| void setColor(const Color&);
|
| void setTextIndent(const Length& v) { SET_VAR(rareInheritedData, indent, v); }
|
|
|