| Index: trunk/Source/core/rendering/style/RenderStyle.cpp
|
| ===================================================================
|
| --- trunk/Source/core/rendering/style/RenderStyle.cpp (revision 169272)
|
| +++ trunk/Source/core/rendering/style/RenderStyle.cpp (working copy)
|
| @@ -1267,15 +1267,6 @@
|
| font().update(currentFontSelector);
|
| }
|
|
|
| -void RenderStyle::setFontStretch(FontStretch stretch)
|
| -{
|
| - FontSelector* currentFontSelector = font().fontSelector();
|
| - FontDescription desc(fontDescription());
|
| - desc.setStretch(stretch);
|
| - setFontDescription(desc);
|
| - font().update(currentFontSelector);
|
| -}
|
| -
|
| void RenderStyle::getShadowExtent(const ShadowList* shadowList, LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const
|
| {
|
| top = 0;
|
|
|